#BFA27D

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

Shades of Rodeo Dust #BFA27D

Tints of Rodeo Dust #BFA27D

Color information

#BFA27D (or 0xBFA27D) is unknown color: approx Rodeo Dust. HEX triplet: BF, A2 and 7D. RGB value is (191,162,125). Sum of RGB (Red+Green+Blue) = 191+162+125=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA27D is #405D82. Grayscale: #A6A6A6. Windows color (decimal): -4218243 or 8233663. OLE color: 8233663.

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

Color convert

RGB191162125-
CMYK00.150.350.25
HSL33.64º34.02%61.96%-
HSV(B)33.64º34.55%74.9%-
XYZ38.1138.424.81-
YUV166.45104.61145.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=39.96%
G=33.89%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116212500.150.350.2533.6434.0261.96
HexBFA27D0F231922223e
Octal2772421750174331424276
Binary101111111010001011111010111110001111001100010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA27D; }

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

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

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

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

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

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

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

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