#BBA48E

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

Shades of Rodeo Dust #BBA48E

Tints of Rodeo Dust #BBA48E

Color information

#BBA48E (or 0xBBA48E) is unknown color: approx Rodeo Dust. HEX triplet: BB, A4 and 8E. RGB value is (187,164,142). Sum of RGB (Red+Green+Blue) = 187+164+142=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA48E is #445B71. Grayscale: #A8A8A8. Windows color (decimal): -4479858 or 9348283. OLE color: 9348283.

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

Color convert

RGB187164142-
CMYK00.120.240.27
HSL29.33º24.86%64.51%-
HSV(B)29.33º24.06%73.33%-
XYZ38.6539.0731.1-
YUV168.37113.12141.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 164 (64.45% from 255) = 33.27%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=37.93%
G=33.27%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716414200.120.240.2729.3324.8664.51
HexBBA48E0C181B1d1941
Octal27324421601430333531101
Binary10111011101001001000111001100110001101111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA48E; }

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

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

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

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

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

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

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

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