#BBA181

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

Shades of Rodeo Dust #BBA181

Tints of Rodeo Dust #BBA181

Color information

#BBA181 (or 0xBBA181) is unknown color: approx Rodeo Dust. HEX triplet: BB, A1 and 81. RGB value is (187,161,129). Sum of RGB (Red+Green+Blue) = 187+161+129=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA181 is #445E7E. Grayscale: #A5A5A5. Windows color (decimal): -4480639 or 8495547. OLE color: 8495547.

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

Color convert

RGB187161129-
CMYK00.140.310.27
HSL33.1º29.9%61.96%-
HSV(B)33.1º31.02%73.33%-
XYZ37.237.6426.07-
YUV165.13107.61143.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=39.20%
G=33.75%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716112900.140.310.2733.129.961.96
HexBBA1810E1F1B211e3e
Octal2732412010163733413676
Binary10111011101000011000000101110111111101110000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA181; }

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

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

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

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

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

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

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

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