#BFA17D

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

Shades of Rodeo Dust #BFA17D

Tints of Rodeo Dust #BFA17D

Color information

#BFA17D (or 0xBFA17D) is unknown color: approx Rodeo Dust. HEX triplet: BF, A1 and 7D. RGB value is (191,161,125). Sum of RGB (Red+Green+Blue) = 191+161+125=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA17D is #405E82. Grayscale: #A6A6A6. Windows color (decimal): -4218499 or 8233407. OLE color: 8233407.

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

Color convert

RGB191161125-
CMYK00.160.350.25
HSL32.73º34.02%61.96%-
HSV(B)32.73º34.55%74.9%-
XYZ37.9338.0524.75-
YUV165.87104.94145.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 125 (49.22% from 255) = 26.21%
R=40.04%
G=33.75%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116112500.160.350.2532.7334.0261.96
HexBFA17D010231921223e
Octal2772411750204331414276
Binary1011111110100001111110101000010001111001100001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA17D; }

 p { color: rgb(191,161,125); }

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

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

 a { background-color: rgb(191,161,125); }

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

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

 span { border-color: rgb(191,161,125); }

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