#BBA38E

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

Shades of Rodeo Dust #BBA38E

Tints of Rodeo Dust #BBA38E

Color information

#BBA38E (or 0xBBA38E) is unknown color: approx Rodeo Dust. HEX triplet: BB, A3 and 8E. RGB value is (187,163,142). Sum of RGB (Red+Green+Blue) = 187+163+142=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA38E is #445C71. Grayscale: #A7A7A7. Windows color (decimal): -4480114 or 9348027. OLE color: 9348027.

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

Color convert

RGB187163142-
CMYK00.130.240.27
HSL28º24.86%64.51%-
HSV(B)28º24.06%73.33%-
XYZ38.4738.7131.04-
YUV167.78113.45141.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 142 (55.86% from 255) = 28.86%
R=38.01%
G=33.13%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716314200.130.240.272824.8664.51
HexBBA38E0D181B1c1941
Octal27324321601530333431101
Binary10111011101000111000111001101110001101111100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA38E; }

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

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

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

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

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

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

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

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