#BBA68E

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

Shades of Rodeo Dust #BBA68E

Tints of Rodeo Dust #BBA68E

Color information

#BBA68E (or 0xBBA68E) is unknown color: approx Rodeo Dust. HEX triplet: BB, A6 and 8E. RGB value is (187,166,142). Sum of RGB (Red+Green+Blue) = 187+166+142=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA68E is #445971. Grayscale: #A9A9A9. Windows color (decimal): -4479346 or 9348795. OLE color: 9348795.

HSL color Cylindrical-coordinate representation of color #BBA68E: hue angle of 32º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBA68E is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187166142-
CMYK00.110.240.27
HSL32º24.86%64.51%-
HSV(B)32º24.06%73.33%-
XYZ39.0139.7931.22-
YUV169.54112.46140.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=37.78%
G=33.54%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716614200.110.240.273224.8664.51
HexBBA68E0B181B201941
Octal27324621601330334031101
Binary101110111010011010001110010111100011011100000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA68E; }

 p { color: rgb(187,166,142); }

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

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

 a { background-color: rgb(187,166,142); }

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

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

 span { border-color: rgb(187,166,142); }

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