#BBA58D

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

Shades of Rodeo Dust #BBA58D

Tints of Rodeo Dust #BBA58D

Color information

#BBA58D (or 0xBBA58D) is unknown color: approx Rodeo Dust. HEX triplet: BB, A5 and 8D. RGB value is (187,165,141). Sum of RGB (Red+Green+Blue) = 187+165+141=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA58D is #445A72. Grayscale: #A8A8A8. Windows color (decimal): -4479603 or 9283003. OLE color: 9283003.

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

Color convert

RGB187165141-
CMYK00.120.250.27
HSL31.3º25.27%64.31%-
HSV(B)31.3º24.6%73.33%-
XYZ38.7639.430.76-
YUV168.84112.29140.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=37.93%
G=33.47%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716514100.120.250.2731.325.2764.31
HexBBA58D0C191B1f1940
Octal27324521501431333731100
Binary10111011101001011000110101100110011101111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA58D; }

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

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

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

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

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

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

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

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