#BBA28C

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

Shades of Rodeo Dust #BBA28C

Tints of Rodeo Dust #BBA28C

Color information

#BBA28C (or 0xBBA28C) is unknown color: approx Rodeo Dust. HEX triplet: BB, A2 and 8C. RGB value is (187,162,140). Sum of RGB (Red+Green+Blue) = 187+162+140=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA28C is #445D73. Grayscale: #A7A7A7. Windows color (decimal): -4480372 or 9216699. OLE color: 9216699.

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

Color convert

RGB187162140-
CMYK00.130.250.27
HSL28.09º25.68%64.12%-
HSV(B)28.09º25.13%73.33%-
XYZ38.1538.330.19-
YUV166.97112.78142.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 162 (63.67% from 255) = 33.13%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=38.24%
G=33.13%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716214000.130.250.2728.0925.6864.12
HexBBA28C0D191B1c1a40
Octal27324221401531333432100
Binary10111011101000101000110001101110011101111100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA28C; }

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

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

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

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

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

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

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

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