#BB9A89

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

Shades of Del Rio #BB9A89

Tints of Del Rio #BB9A89

Color information

#BB9A89 (or 0xBB9A89) is unknown color: approx Del Rio. HEX triplet: BB, 9A and 89. RGB value is (187,154,137). Sum of RGB (Red+Green+Blue) = 187+154+137=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A89 is #446576. Grayscale: #A2A2A2. Windows color (decimal): -4482423 or 9018043. OLE color: 9018043.

HSL color Cylindrical-coordinate representation of color #BB9A89: hue angle of 20.4º 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 #BB9A89 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB187154137-
CMYK00.180.270.27
HSL20.4º26.88%63.53%-
HSV(B)20.4º26.74%73.33%-
XYZ36.5635.4828.59-
YUV161.93113.93145.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 137 (53.91% from 255) = 28.66%
R=39.12%
G=32.22%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715413700.180.270.2720.426.8863.53
HexBB9A890121B1B141b40
Octal27323221102233332433100
Binary101110111001101010001001010010110111101110100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A89; }

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

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

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

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

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

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

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

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