COLOR #BD7B7B

HEX: #BD7B7B
RGB: (189,123,123)

Color info

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

RGB color model

#BD7B7B color RGB value is (189,123,123).

  • red value is 189;
  • green value is 123;
  • blue value is 123.
RGB:
(189,123,123)
(74%,48%,48%)

RGB channels and saturation

R 189 of 255 = 74%
G 123 of 255 = 48%
B 123 of 255 = 48%

189
123
123

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

Portions of RGB colors in percentages

R + G + B =
189 + 123 + 123 = 435 (100%)
R 189 of 435 ~ 43.45%
G 123 of 435 ~ 28.28%
B 123 of 435 ~ 28.28%

%43.45
%28.28
%28.28

CMYK color model

#BD7B7B color CMYK value is (0,35,35,26).

  • cyan value is 0.00%
  • magenta value is 34.92%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK:
(0,35,35,26)
C0M35Y35K26 
(0%,35%,35%,26%)
(0.00/0.35/0.35/0.26)	

CMYK percentages

%0
%34.92
%34.92
%25.88

Codes

Color #BD7B7B in popluar color models

BD7B7B
RGB189123123
HSL33.33%61.18%
HSB/HSV34.92%74.12%
CMYK0.00%34.92%34.92%
25.88%

Color #BD7B7B in popluar number systems.

HEXBD7B7B
Decimal189123123
Binary1011110111110111111011
Octal275173173

Shades and tints

Shades of #BD7B7B

#BD7B7B
(189,123,123)
#AC7070
(172,112,112)
#9B6565
(155,101,101)
#8A5A5A
(138,90,90)
#794F4F
(121,79,79)
#684444
(104,68,68)
#573939
(87,57,57)
#462E2E
(70,46,46)
#352323
(53,35,35)
#241818
(36,24,24)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #BD7B7B

#BD7B7B
(189,123,123)
#C38787
(195,135,135)
#C99393
(201,147,147)
#CF9F9F
(207,159,159)
#D5ABAB
(213,171,171)
#DBB7B7
(219,183,183)
#E1C3C3
(225,195,195)
#E7CFCF
(231,207,207)
#EDDBDB
(237,219,219)
#F3E7E7
(243,231,231)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7B7B color. Also use rgb(189,123,123) instead hex code.

Text Font Color

.myTextColor { color: #BD7B7B; }

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

This text font color is #BD7B7B.


Background Color

.myBgColor { background-color: #BD7B7B; }

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

This div background color is #BD7B7B.


Border color

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

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

This div border color is #BD7B7B.


Opacity

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

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

Text with #BD7B7B 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 #BD7B7B;}

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

This text has shadow with #BD7B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7B7B on black background.


Color preview on white background

This text has color #BD7B7B on white background.



Black color preview on #BD7B7B background

This text has black color on #BD7B7B background.


White color preview on #BD7B7B background

This text has white color on #BD7B7B background.