#BFA386

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

Shades of Rodeo Dust #BFA386

Tints of Rodeo Dust #BFA386

Color information

#BFA386 (or 0xBFA386) is unknown color: approx Rodeo Dust. HEX triplet: BF, A3 and 86. RGB value is (191,163,134). Sum of RGB (Red+Green+Blue) = 191+163+134=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA386 is #405C79. Grayscale: #A8A8A8. Windows color (decimal): -4217978 or 8823743. OLE color: 8823743.

HSL color Cylindrical-coordinate representation of color #BFA386: hue angle of 30.53º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFA386 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191163134-
CMYK00.150.300.25
HSL30.53º30.81%63.73%-
HSV(B)30.53º29.84%74.9%-
XYZ38.8938.9928.03-
YUV168.07108.78144.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 163 (64.06% from 255) = 33.40%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=39.14%
G=33.40%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116313400.150.300.2530.5330.8163.73
HexBFA3860F1E191f1f40
Octal27724320601736313737100
Binary10111111101000111000011001111111101100111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA386; }

 p { color: rgb(191,163,134); }

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

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

 a { background-color: rgb(191,163,134); }

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

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

 span { border-color: rgb(191,163,134); }

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