#bf6b40

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

Shades of Zest #BF6B40

Tints of Zest #BF6B40

Color information

#BF6B40 (or 0xBF6B40) is unknown color: approx Zest. HEX triplet: BF, 6B and 40. RGB value is (191,107,64). Sum of RGB (Red+Green+Blue) = 191+107+64=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6B40 is #4094BF. Grayscale: #7F7F7F. Windows color (decimal): -4232384 or 4221887. OLE color: 4221887.

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

Color convert

RGB19110764-
CMYK00.440.660.25
HSL20.31º49.8%50%-
HSV(B)20.31º66.49%74.9%-
XYZ27.6721.967.63-
YUV127.2192.33173.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 107 (42.19% from 255) = 29.56%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=52.76%
G=29.56%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911076400.440.660.2520.3149.850
HexBF6B4002C4219143232
Octal27715310005410231246262
Binary1011111111010111000000010110010000101100110100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf6b40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf6b40; }

 p { color: rgb(191,107,64); }

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

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

 a { background-color: rgb(191,107,64); }

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

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

 span { border-color: rgb(191,107,64); }

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