#BB9D8B

Color #BB9D8B Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #BB9D8B

Tints of Del Rio #BB9D8B

Color information

#BB9D8B (or 0xBB9D8B) is unknown color: approx Del Rio. HEX triplet: BB, 9D and 8B. RGB value is (187,157,139). Sum of RGB (Red+Green+Blue) = 187+157+139=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9D8B is #446274. Grayscale: #A4A4A4. Windows color (decimal): -4481653 or 9149883. OLE color: 9149883.

HSL color Cylindrical-coordinate representation of color #BB9D8B: hue angle of 22.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB9D8B is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187157139-
CMYK00.160.260.27
HSL22.5º26.09%63.92%-
HSV(B)22.5º25.67%73.33%-
XYZ37.2136.5429.52-
YUV163.92113.94144.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 157 (61.72% from 255) = 32.51%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=38.72%
G=32.51%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715713900.160.260.2722.526.0963.92
HexBB9D8B0101A1B171a40
Octal27323521302032332732100
Binary101110111001110110001011010000110101101110111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9D8B; }

 p { color: rgb(187,157,139); }

 H1.HeaderClassName
 {
   color: #BB9D8B;
 }
 .AnyTagClassName
 {
   color: #BB9D8B;
 }
</style>
background-color css

<style>
 a { background-color: #BB9D8B; }

 a { background-color: rgb(187,157,139); }

 div.DivClassName
 {
   background-color: #BB9D8B;
 }
 .BgClassName
 {
   background-color: #BB9D8B;
 }
</style>
border-color css

<style>
 span { border-color: #BB9D8B; }

 span { border-color: rgb(187,157,139); }

 td.TdClassName
 {
   border-color: #BB9D8B;
 }
 .TagClassName
 {
   border-color: #BB9D8B;
 }
</style>