#BBA58E

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

Shades of Rodeo Dust #BBA58E

Tints of Rodeo Dust #BBA58E

Color information

#BBA58E (or 0xBBA58E) is unknown color: approx Rodeo Dust. HEX triplet: BB, A5 and 8E. RGB value is (187,165,142). Sum of RGB (Red+Green+Blue) = 187+165+142=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA58E is #445A71. Grayscale: #A9A9A9. Windows color (decimal): -4479602 or 9348539. OLE color: 9348539.

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

Color convert

RGB187165142-
CMYK00.120.240.27
HSL30.67º24.86%64.51%-
HSV(B)30.67º24.06%73.33%-
XYZ38.8339.4331.15-
YUV168.96112.79140.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=37.85%
G=33.40%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716514200.120.240.2730.6724.8664.51
HexBBA58E0C181B1f1941
Octal27324521601430333731101
Binary10111011101001011000111001100110001101111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA58E; }

 p { color: rgb(187,165,142); }

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

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

 a { background-color: rgb(187,165,142); }

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

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

 span { border-color: rgb(187,165,142); }

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