#BFA080

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

Shades of Rodeo Dust #BFA080

Tints of Rodeo Dust #BFA080

Color information

#BFA080 (or 0xBFA080) is unknown color: approx Rodeo Dust. HEX triplet: BF, A0 and 80. RGB value is (191,160,128). Sum of RGB (Red+Green+Blue) = 191+160+128=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA080 is #405F7F. Grayscale: #A5A5A5. Windows color (decimal): -4218752 or 8429759. OLE color: 8429759.

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

Color convert

RGB191160128-
CMYK00.160.330.25
HSL30.48º32.98%62.55%-
HSV(B)30.48º32.98%74.9%-
XYZ37.9537.7825.71-
YUV165.62106.77146.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=39.87%
G=33.40%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116012800.160.330.2530.4832.9862.55
HexBFA08001021191e213f
Octal2772402000204131364177
Binary1011111110100000100000000100001000011100111110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA080; }

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

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

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

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

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

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

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

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