#BBA086

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

Shades of Rodeo Dust #BBA086

Tints of Rodeo Dust #BBA086

Color information

#BBA086 (or 0xBBA086) is unknown color: approx Rodeo Dust. HEX triplet: BB, A0 and 86. RGB value is (187,160,134). Sum of RGB (Red+Green+Blue) = 187+160+134=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA086 is #445F79. Grayscale: #A5A5A5. Windows color (decimal): -4480890 or 8822971. OLE color: 8822971.

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

Color convert

RGB187160134-
CMYK00.140.280.27
HSL29.43º28.04%62.94%-
HSV(B)29.43º28.34%73.33%-
XYZ37.3737.4327.81-
YUV165.11110.45143.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 134 (52.73% from 255) = 27.86%
R=38.88%
G=33.26%
B=27.86%

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
Decimal18716013400.140.280.2729.4328.0462.94
HexBBA0860E1C1B1d1c3f
Octal2732402060163433353477
Binary1011101110100000100001100111011100110111110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA086; }

 p { color: rgb(187,160,134); }

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

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

 a { background-color: rgb(187,160,134); }

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

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

 span { border-color: rgb(187,160,134); }

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