#BBA18D

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

Shades of Rodeo Dust #BBA18D

Tints of Rodeo Dust #BBA18D

Color information

#BBA18D (or 0xBBA18D) is unknown color: approx Rodeo Dust. HEX triplet: BB, A1 and 8D. RGB value is (187,161,141). Sum of RGB (Red+Green+Blue) = 187+161+141=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA18D is #445E72. Grayscale: #A6A6A6. Windows color (decimal): -4480627 or 9281979. OLE color: 9281979.

HSL color Cylindrical-coordinate representation of color #BBA18D: hue angle of 26.09º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA18D is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB187161141-
CMYK00.140.250.27
HSL26.09º25.27%64.31%-
HSV(B)26.09º24.6%73.33%-
XYZ38.0537.9830.52-
YUV166.49113.61142.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=38.24%
G=32.92%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716114100.140.250.2726.0925.2764.31
HexBBA18D0E191B1a1940
Octal27324121501631333231100
Binary10111011101000011000110101110110011101111010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA18D; }

 p { color: rgb(187,161,141); }

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

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

 a { background-color: rgb(187,161,141); }

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

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

 span { border-color: rgb(187,161,141); }

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