#BBA289

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

Shades of Rodeo Dust #BBA289

Tints of Rodeo Dust #BBA289

Color information

#BBA289 (or 0xBBA289) is unknown color: approx Rodeo Dust. HEX triplet: BB, A2 and 89. RGB value is (187,162,137). Sum of RGB (Red+Green+Blue) = 187+162+137=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA289 is #445D76. Grayscale: #A6A6A6. Windows color (decimal): -4480375 or 9020091. OLE color: 9020091.

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

Color convert

RGB187162137-
CMYK00.130.270.27
HSL30º26.88%63.53%-
HSV(B)30º26.74%73.33%-
XYZ37.9338.2129.04-
YUV166.62111.28142.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 162 (63.67% from 255) = 33.33%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=38.48%
G=33.33%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716213700.130.270.273026.8863.53
HexBBA2890D1B1B1e1b40
Octal27324221101533333633100
Binary10111011101000101000100101101110111101111110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA289; }

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

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

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

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

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

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

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

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