#BBA08A

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

Shades of Rodeo Dust #BBA08A

Tints of Rodeo Dust #BBA08A

Color information

#BBA08A (or 0xBBA08A) is unknown color: approx Rodeo Dust. HEX triplet: BB, A0 and 8A. RGB value is (187,160,138). Sum of RGB (Red+Green+Blue) = 187+160+138=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA08A is #445F75. Grayscale: #A5A5A5. Windows color (decimal): -4480886 or 9085115. OLE color: 9085115.

HSL color Cylindrical-coordinate representation of color #BBA08A: hue angle of 26.94º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA08A is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187160138-
CMYK00.140.260.27
HSL26.94º26.49%63.73%-
HSV(B)26.94º26.2%73.33%-
XYZ37.6537.5429.31-
YUV165.56112.45143.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=38.56%
G=32.99%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716013800.140.260.2726.9426.4963.73
HexBBA08A0E1A1B1b1a40
Octal27324021201632333332100
Binary10111011101000001000101001110110101101111011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA08A; }

 p { color: rgb(187,160,138); }

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

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

 a { background-color: rgb(187,160,138); }

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

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

 span { border-color: rgb(187,160,138); }

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