COLOR #B76363

HEX: #B76363
RGB: (183,99,99)

Color info

#B76363 contains mainly red color. Web safe color of #B76363 is #CC6666 (or #C66).

RGB color model

#B76363 color RGB value is (183,99,99).

  • red value is 183;
  • green value is 99;
  • blue value is 99.
RGB:
(183,99,99)
(72%,39%,39%)

RGB channels and saturation

R 183 of 255 = 72%
G 99 of 255 = 39%
B 99 of 255 = 39%

183
99
99

R + G + B ~ 50%. #B76363 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
183 + 99 + 99 = 381 (100%)
R 183 of 381 ~ 48.03%
G 99 of 381 ~ 25.98%
B 99 of 381 ~ 25.98%

%48.03
%25.98
%25.98

CMYK color model

#B76363 color CMYK value is (0,46,46,28).

  • cyan value is 0.00%
  • magenta value is 45.90%
  • yellow value is 45.90%
  • key color value is 28.24%
CMYK:
(0,46,46,28)
C0M46Y46K28 
(0%,46%,46%,28%)
(0.00/0.46/0.46/0.28)	

CMYK percentages

%0
%45.9
%45.9
%28.24

Codes

Color #B76363 in popluar color models

B76363
RGB1839999
HSL36.84%55.29%
HSB/HSV45.90%71.76%
CMYK0.00%45.90%45.90%
28.24%

Color #B76363 in popluar number systems.

HEXB76363
Decimal1839999
Binary1011011111000111100011
Octal267143143

Shades and tints

Shades of #B76363

#B76363
(183,99,99)
#A75A5A
(167,90,90)
#975151
(151,81,81)
#874848
(135,72,72)
#773F3F
(119,63,63)
#673636
(103,54,54)
#572D2D
(87,45,45)
#472424
(71,36,36)
#371B1B
(55,27,27)
#271212
(39,18,18)
#170909
(23,9,9)
#000000
(0,0,0)

Tints of #B76363

#B76363
(183,99,99)
#BD7171
(189,113,113)
#C37F7F
(195,127,127)
#C98D8D
(201,141,141)
#CF9B9B
(207,155,155)
#D5A9A9
(213,169,169)
#DBB7B7
(219,183,183)
#E1C5C5
(225,197,197)
#E7D3D3
(231,211,211)
#EDE1E1
(237,225,225)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76363 color. Also use rgb(183,99,99) instead hex code.

Text Font Color

.myTextColor { color: #B76363; }

<p style="color:#B76363">This sample text font color is #B76363.</p>

This text font color is #B76363.


Background Color

.myBgColor { background-color: #B76363; }

<div style="background-color:#B76363">Inner text</div>

This div background color is #B76363.


Border color

.myBorderColor { border: 1px solid #B76363; }

<div style="border:3px solid #B76363">Div</div>

This div border color is #B76363.


Opacity

.myOpacity80 { color: #B76363; opacity: 0.8; }

<p style="color:#B76363;opacity:0.8;">80%</p>

Text with #B76363 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B76363;}

<p style="text-shadow: 3px 3px 1px #B76363">Text here.</p>

This text has shadow with #B76363 color.

.textShadow {text-shadow: 3px 3px 1px #B76363, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B76363, 5px 5px 20px red">Text here.</p>

This text has shadow with #B76363 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B76363, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B76363, Direction=45, Strength=4)">Text</p>

This text has shadow with #B76363 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B76363;
  -webkit-box-shadow:	1px 1px 3px 2px #B76363;
  box-shadow:		1px 1px 3px 2px #B76363;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B76363;
-webkit-box-shadow: 1px 1px 3px 2px #B76363;
box-shadow:1px 1px 3px 2px #B76363;">
Div content here</div>
This div box has shadow with color #B76363.

Preview

Color preview on black background

This text has color #B76363 on black background.


Color preview on white background

This text has color #B76363 on white background.



Black color preview on #B76363 background

This text has black color on #B76363 background.


White color preview on #B76363 background

This text has white color on #B76363 background.