#BF6D3E

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

Shades of Zest #BF6D3E

Tints of Zest #BF6D3E

Color information

#BF6D3E (or 0xBF6D3E) is unknown color: approx Zest. HEX triplet: BF, 6D and 3E. RGB value is (191,109,62). Sum of RGB (Red+Green+Blue) = 191+109+62=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6D3E is #4092C1. Grayscale: #808080. Windows color (decimal): -4231874 or 4091327. OLE color: 4091327.

HSL color Cylindrical-coordinate representation of color #BF6D3E: hue angle of 21.86º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF6D3E is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB19110962-
CMYK00.430.680.25
HSL21.86º50.99%49.61%-
HSV(B)21.86º67.54%74.9%-
XYZ27.8222.367.41-
YUV128.1690.67172.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 62 (24.61% from 255) = 17.13%
R=52.76%
G=30.11%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911096200.430.680.2521.8650.9949.61
HexBF6D3E02B4419163332
Octal2771557605310431266362
Binary101111111101101111110010101110001001100110110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6D3E; }

 p { color: rgb(191,109,62); }

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

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

 a { background-color: rgb(191,109,62); }

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

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

 span { border-color: rgb(191,109,62); }

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