#BBA390

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

Shades of Rodeo Dust #BBA390

Tints of Rodeo Dust #BBA390

Color information

#BBA390 (or 0xBBA390) is unknown color: approx Rodeo Dust. HEX triplet: BB, A3 and 90. RGB value is (187,163,144). Sum of RGB (Red+Green+Blue) = 187+163+144=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA390 is #445C6F. Grayscale: #A8A8A8. Windows color (decimal): -4480112 or 9479099. OLE color: 9479099.

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

Color convert

RGB187163144-
CMYK00.130.230.27
HSL26.51º24.02%64.9%-
HSV(B)26.51º22.99%73.33%-
XYZ38.6238.7731.83-
YUV168.01114.45141.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 163 (64.06% from 255) = 33.00%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=37.85%
G=33.00%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716314400.130.230.2726.5124.0264.9
HexBBA3900D171B1b1841
Octal27324322001527333330101
Binary10111011101000111001000001101101111101111011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA390; }

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

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

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

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

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

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

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

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