#BF743D

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

Shades of Zest #BF743D

Tints of Zest #BF743D

Color information

#BF743D (or 0xBF743D) is unknown color: approx Zest. HEX triplet: BF, 74 and 3D. RGB value is (191,116,61). Sum of RGB (Red+Green+Blue) = 191+116+61=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF743D is #408BC2. Grayscale: #848484. Windows color (decimal): -4230083 or 4027583. OLE color: 4027583.

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

Color convert

RGB19111661-
CMYK00.390.680.25
HSL25.38º51.59%49.41%-
HSV(B)25.38º68.06%74.9%-
XYZ28.5723.97.52-
YUV132.1687.85169.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=51.90%
G=31.52%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911166100.390.680.2525.3851.5949.41
HexBF743D0274419193431
Octal2771647504710431316461
Binary101111111110100111101010011110001001100111001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF743D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF743D; }

 p { color: rgb(191,116,61); }

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

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

 a { background-color: rgb(191,116,61); }

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

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

 span { border-color: rgb(191,116,61); }

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