#BBA285

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

Shades of Rodeo Dust #BBA285

Tints of Rodeo Dust #BBA285

Color information

#BBA285 (or 0xBBA285) is unknown color: approx Rodeo Dust. HEX triplet: BB, A2 and 85. RGB value is (187,162,133). Sum of RGB (Red+Green+Blue) = 187+162+133=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA285 is #445D7A. Grayscale: #A6A6A6. Windows color (decimal): -4480379 or 8757947. OLE color: 8757947.

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

Color convert

RGB187162133-
CMYK00.130.290.27
HSL32.22º28.42%62.75%-
HSV(B)32.22º28.88%73.33%-
XYZ37.6538.127.56-
YUV166.17109.28142.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=38.80%
G=33.61%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716213300.130.290.2732.2228.4262.75
HexBBA2850D1D1B201c3f
Octal2732422050153533403477
Binary10111011101000101000010101101111011101110000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA285; }

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

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

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

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

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

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

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

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