#BB9C89

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

Shades of Del Rio #BB9C89

Tints of Del Rio #BB9C89

Color information

#BB9C89 (or 0xBB9C89) is unknown color: approx Del Rio. HEX triplet: BB, 9C and 89. RGB value is (187,156,137). Sum of RGB (Red+Green+Blue) = 187+156+137=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9C89 is #446376. Grayscale: #A3A3A3. Windows color (decimal): -4481911 or 9018555. OLE color: 9018555.

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

Color convert

RGB187156137-
CMYK00.170.270.27
HSL22.8º26.88%63.53%-
HSV(B)22.8º26.74%73.33%-
XYZ36.936.1528.7-
YUV163.1113.27145.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 137 (53.91% from 255) = 28.54%
R=38.96%
G=32.5%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715613700.170.270.2722.826.8863.53
HexBB9C890111B1B171b40
Octal27323421102133332733100
Binary101110111001110010001001010001110111101110111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C89; }

 p { color: rgb(187,156,137); }

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

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

 a { background-color: rgb(187,156,137); }

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

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

 span { border-color: rgb(187,156,137); }

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