#BBA58C

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

Shades of Rodeo Dust #BBA58C

Tints of Rodeo Dust #BBA58C

Color information

#BBA58C (or 0xBBA58C) is unknown color: approx Rodeo Dust. HEX triplet: BB, A5 and 8C. RGB value is (187,165,140). Sum of RGB (Red+Green+Blue) = 187+165+140=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA58C is #445A73. Grayscale: #A8A8A8. Windows color (decimal): -4479604 or 9217467. OLE color: 9217467.

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

Color convert

RGB187165140-
CMYK00.120.250.27
HSL31.91º25.68%64.12%-
HSV(B)31.91º25.13%73.33%-
XYZ38.6839.3730.37-
YUV168.73111.79141.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=38.01%
G=33.54%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716514000.120.250.2731.9125.6864.12
HexBBA58C0C191B201a40
Octal27324521401431334032100
Binary101110111010010110001100011001100111011100000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA58C; }

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

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

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

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

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

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

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

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