#BBA189

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

Shades of Rodeo Dust #BBA189

Tints of Rodeo Dust #BBA189

Color information

#BBA189 (or 0xBBA189) is unknown color: approx Rodeo Dust. HEX triplet: BB, A1 and 89. RGB value is (187,161,137). Sum of RGB (Red+Green+Blue) = 187+161+137=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA189 is #445E76. Grayscale: #A6A6A6. Windows color (decimal): -4480631 or 9019835. OLE color: 9019835.

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

Color convert

RGB187161137-
CMYK00.140.270.27
HSL28.8º26.88%63.53%-
HSV(B)28.8º26.74%73.33%-
XYZ37.7537.8628.98-
YUV166.04111.61142.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 161 (63.28% from 255) = 33.20%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=38.56%
G=33.20%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716113700.140.270.2728.826.8863.53
HexBBA1890E1B1B1d1b40
Octal27324121101633333533100
Binary10111011101000011000100101110110111101111101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA189; }

 p { color: rgb(187,161,137); }

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

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

 a { background-color: rgb(187,161,137); }

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

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

 span { border-color: rgb(187,161,137); }

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