#BBA281

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

Shades of Rodeo Dust #BBA281

Tints of Rodeo Dust #BBA281

Color information

#BBA281 (or 0xBBA281) is unknown color: approx Rodeo Dust. HEX triplet: BB, A2 and 81. RGB value is (187,162,129). Sum of RGB (Red+Green+Blue) = 187+162+129=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA281 is #445D7E. Grayscale: #A5A5A5. Windows color (decimal): -4480383 or 8495803. OLE color: 8495803.

HSL color Cylindrical-coordinate representation of color #BBA281: hue angle of 34.14º 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 #BBA281 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB187162129-
CMYK00.130.310.27
HSL34.14º29.9%61.96%-
HSV(B)34.14º31.02%73.33%-
XYZ37.3837.9926.13-
YUV165.71107.28143.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=39.12%
G=33.89%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716212900.130.310.2734.1429.961.96
HexBBA2810D1F1B221e3e
Octal2732422010153733423676
Binary10111011101000101000000101101111111101110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA281; }

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

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

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

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

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

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

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

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