#BBA590

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

Shades of Rodeo Dust #BBA590

Tints of Rodeo Dust #BBA590

Color information

#BBA590 (or 0xBBA590) is unknown color: approx Rodeo Dust. HEX triplet: BB, A5 and 90. RGB value is (187,165,144). Sum of RGB (Red+Green+Blue) = 187+165+144=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA590 is #445A6F. Grayscale: #A9A9A9. Windows color (decimal): -4479600 or 9479611. OLE color: 9479611.

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

Color convert

RGB187165144-
CMYK00.120.230.27
HSL29.3º24.02%64.9%-
HSV(B)29.3º22.99%73.33%-
XYZ38.9839.4931.95-
YUV169.18113.79140.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 144 (56.64% from 255) = 29.03%
R=37.70%
G=33.27%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716514400.120.230.2729.324.0264.9
HexBBA5900C171B1d1841
Octal27324522001427333530101
Binary10111011101001011001000001100101111101111101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA590; }

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

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

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

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

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

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

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

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