#BBA187

Color #BBA187 Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #BBA187

Tints of Rodeo Dust #BBA187

Color information

#BBA187 (or 0xBBA187) is unknown color: approx Rodeo Dust. HEX triplet: BB, A1 and 87. RGB value is (187,161,135). Sum of RGB (Red+Green+Blue) = 187+161+135=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA187 is #445E78. Grayscale: #A5A5A5. Windows color (decimal): -4480633 or 8888763. OLE color: 8888763.

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

Color convert

RGB187161135-
CMYK00.140.280.27
HSL30º27.66%63.14%-
HSV(B)30º27.81%73.33%-
XYZ37.6137.828.24-
YUV165.81110.61143.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 161 (63.28% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=38.72%
G=33.33%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716113500.140.280.273027.6663.14
HexBBA1870E1C1B1e1c3f
Octal2732412070163433363477
Binary1011101110100001100001110111011100110111111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA187; }

 p { color: rgb(187,161,135); }

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

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

 a { background-color: rgb(187,161,135); }

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

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

 span { border-color: rgb(187,161,135); }

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