#BBA18C

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

Shades of Rodeo Dust #BBA18C

Tints of Rodeo Dust #BBA18C

Color information

#BBA18C (or 0xBBA18C) is unknown color: approx Rodeo Dust. HEX triplet: BB, A1 and 8C. RGB value is (187,161,140). Sum of RGB (Red+Green+Blue) = 187+161+140=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA18C is #445E73. Grayscale: #A6A6A6. Windows color (decimal): -4480628 or 9216443. OLE color: 9216443.

HSL color Cylindrical-coordinate representation of color #BBA18C: hue angle of 26.81º degrees, saturation: 0.26, 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 #BBA18C is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB187161140-
CMYK00.140.250.27
HSL26.81º25.68%64.12%-
HSV(B)26.81º25.13%73.33%-
XYZ37.9737.9530.13-
YUV166.38113.11142.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 161 (63.28% from 255) = 32.99%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=38.32%
G=32.99%
B=28.69%

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
Decimal18716114000.140.250.2726.8125.6864.12
HexBBA18C0E191B1b1a40
Octal27324121401631333332100
Binary10111011101000011000110001110110011101111011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA18C; }

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

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

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

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

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

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

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

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