Html Css Color HEX #BF7347 Zest

📋 copy color: '#BF7347'

red 191 ◦ green 115 ◦ blue 71

#BF7347
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zest #BF7347

Tints of Zest #BF7347

RGB

 RED value IS 191 (75% from 255) = 50.66%

 GREEN value IS 115 (45.31% from 255) = 30.5%

 BLUE value IS 71 (28.13% from 255) = 18.83%

R = 50.66%
G = 30.5%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF7347 (or 0xBF7347) is known color: Zest. HEX triplet: BF, 73 and 47. RGB value is (191,115,71). Sum of RGB (Red+Green+Blue) = 191+115+71=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7347 is #408CB8. Grayscale: #848484. Windows color (decimal): -4230329 or 4682687. OLE color: 4682687.

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

Color convert

RGB 191 115 71 -
CMYK 0 0.40 0.63 0.25
HSL 22º 0.48% 0.51% -
HSV(B) 22º 0.63% 0.75% -
XYZ 28.75 23.79 9.04 -
YUV 132.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 191 115 71 0 0.40 0.63 0.25 22 0.48 0.51
Hex BF 73 47 0 28 3F 19 16 30 33
Octal 277 163 107 0 50 77 31 26 60 63
Binary 10111111 1110011 1000111 0 101000 111111 11001 10110 110000 110011

Color Harmonies of #BF7347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7347

Black with #BF7347

Text Example


Text Example

White with #BF7347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7347; }

 p { color: rgb(191,115,71); }

 H1.HeaderClassName
 {
   color: #BF7347;
 }
 .AnyTagClassName
 {
   color: #BF7347;
 }
</style>

background-color css

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

 a { background-color: rgb(191,115,71); }

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

border-color css

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

 span { border-color: rgb(191,115,71); }

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