#BBA490

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

Shades of Rodeo Dust #BBA490

Tints of Rodeo Dust #BBA490

Color information

#BBA490 (or 0xBBA490) is unknown color: approx Rodeo Dust. HEX triplet: BB, A4 and 90. RGB value is (187,164,144). Sum of RGB (Red+Green+Blue) = 187+164+144=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA490 is #445B6F. Grayscale: #A8A8A8. Windows color (decimal): -4479856 or 9479355. OLE color: 9479355.

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

Color convert

RGB187164144-
CMYK00.120.230.27
HSL27.91º24.02%64.9%-
HSV(B)27.91º22.99%73.33%-
XYZ38.839.1331.89-
YUV168.6114.12141.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=37.78%
G=33.13%
B=29.09%

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
Decimal18716414400.120.230.2727.9124.0264.9
HexBBA4900C171B1c1841
Octal27324422001427333430101
Binary10111011101001001001000001100101111101111100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA490; }

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

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

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

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

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

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

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

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