#BBA28D

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

Shades of Rodeo Dust #BBA28D

Tints of Rodeo Dust #BBA28D

Color information

#BBA28D (or 0xBBA28D) is unknown color: approx Rodeo Dust. HEX triplet: BB, A2 and 8D. RGB value is (187,162,141). Sum of RGB (Red+Green+Blue) = 187+162+141=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA28D is #445D72. Grayscale: #A7A7A7. Windows color (decimal): -4480371 or 9282235. OLE color: 9282235.

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

Color convert

RGB187162141-
CMYK00.130.250.27
HSL27.39º25.27%64.31%-
HSV(B)27.39º24.6%73.33%-
XYZ38.2238.3330.58-
YUV167.08113.28142.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=38.16%
G=33.06%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716214100.130.250.2727.3925.2764.31
HexBBA28D0D191B1b1940
Octal27324221501531333331100
Binary10111011101000101000110101101110011101111011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA28D; }

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

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

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

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

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

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

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

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