#BFA084

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

Shades of Rodeo Dust #BFA084

Tints of Rodeo Dust #BFA084

Color information

#BFA084 (or 0xBFA084) is unknown color: approx Rodeo Dust. HEX triplet: BF, A0 and 84. RGB value is (191,160,132). Sum of RGB (Red+Green+Blue) = 191+160+132=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA084 is #405F7B. Grayscale: #A6A6A6. Windows color (decimal): -4218748 or 8691903. OLE color: 8691903.

HSL color Cylindrical-coordinate representation of color #BFA084: hue angle of 28.47º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA084 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB191160132-
CMYK00.160.310.25
HSL28.47º31.55%63.33%-
HSV(B)28.47º30.89%74.9%-
XYZ38.2237.8827.13-
YUV166.08108.77145.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=39.54%
G=33.13%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116013200.160.310.2528.4731.5563.33
HexBFA0840101F191c203f
Octal2772402040203731344077
Binary101111111010000010000100010000111111100111100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA084; }

 p { color: rgb(191,160,132); }

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

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

 a { background-color: rgb(191,160,132); }

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

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

 span { border-color: rgb(191,160,132); }

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