#BBA282

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

Shades of Rodeo Dust #BBA282

Tints of Rodeo Dust #BBA282

Color information

#BBA282 (or 0xBBA282) is unknown color: approx Rodeo Dust. HEX triplet: BB, A2 and 82. RGB value is (187,162,130). Sum of RGB (Red+Green+Blue) = 187+162+130=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA282 is #445D7D. Grayscale: #A5A5A5. Windows color (decimal): -4480382 or 8561339. OLE color: 8561339.

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

Color convert

RGB187162130-
CMYK00.130.300.27
HSL33.68º29.53%62.16%-
HSV(B)33.68º30.48%73.33%-
XYZ37.4438.0226.48-
YUV165.83107.78143.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=39.04%
G=33.82%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716213000.130.300.2733.6829.5362.16
HexBBA2820D1E1B221e3e
Octal2732422020153633423676
Binary10111011101000101000001001101111101101110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA282; }

 p { color: rgb(187,162,130); }

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

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

 a { background-color: rgb(187,162,130); }

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

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

 span { border-color: rgb(187,162,130); }

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