#BBA690

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

Shades of Rodeo Dust #BBA690

Tints of Rodeo Dust #BBA690

Color information

#BBA690 (or 0xBBA690) is unknown color: approx Rodeo Dust. HEX triplet: BB, A6 and 90. RGB value is (187,166,144). Sum of RGB (Red+Green+Blue) = 187+166+144=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA690 is #44596F. Grayscale: #A9A9A9. Windows color (decimal): -4479344 or 9479867. OLE color: 9479867.

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

Color convert

RGB187166144-
CMYK00.110.230.27
HSL30.7º24.02%64.9%-
HSV(B)30.7º22.99%73.33%-
XYZ39.1639.8532.01-
YUV169.77113.46140.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 166 (65.23% from 255) = 33.40%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=37.63%
G=33.40%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716614400.110.230.2730.724.0264.9
HexBBA6900B171B1f1841
Octal27324622001327333730101
Binary10111011101001101001000001011101111101111111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA690; }

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

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

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

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

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

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

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

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