#BBA591

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

Shades of Rodeo Dust #BBA591

Tints of Rodeo Dust #BBA591

Color information

#BBA591 (or 0xBBA591) is unknown color: approx Rodeo Dust. HEX triplet: BB, A5 and 91. RGB value is (187,165,145). Sum of RGB (Red+Green+Blue) = 187+165+145=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA591 is #445A6E. Grayscale: #A9A9A9. Windows color (decimal): -4479599 or 9545147. OLE color: 9545147.

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

Color convert

RGB187165145-
CMYK00.120.220.27
HSL28.57º23.6%65.1%-
HSV(B)28.57º22.46%73.33%-
XYZ39.0639.5232.36-
YUV169.3114.29140.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 165 (64.84% from 255) = 33.20%
BLUE value IS 145 (57.03% from 255) = 29.18%
R=37.63%
G=33.20%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716514500.120.220.2728.5723.665.1
HexBBA5910C161B1d1841
Octal27324522101426333530101
Binary10111011101001011001000101100101101101111101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA591; }

 p { color: rgb(187,165,145); }

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

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

 a { background-color: rgb(187,165,145); }

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

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

 span { border-color: rgb(187,165,145); }

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