Html Css Color HEX #BF7139 Zest

📋 copy color: '#BF7139'

red 191 ◦ green 113 ◦ blue 57

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

Shades of Zest #BF7139

Tints of Zest #BF7139

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.3%

 BLUE value IS 57 (22.66% from 255) = 15.79%

R = 52.91%
G = 31.3%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF7139 (or 0xBF7139) is known color: Zest. HEX triplet: BF, 71 and 39. RGB value is (191,113,57). Sum of RGB (Red+Green+Blue) = 191+113+57=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7139 is #408EC6. Grayscale: #828282. Windows color (decimal): -4230855 or 3764671. OLE color: 3764671.

HSL color Cylindrical-coordinate representation of color #BF7139: hue angle of 25.07º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF7139 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 113 57 -
CMYK 0 0.41 0.70 0.25
HSL 25.07º 0.54% 0.49% -
HSV(B) 25.07º 0.7% 0.75% -
XYZ 28.13 23.18 6.86 -
YUV 129.94 86.84 171.55 -
System Red Green Blue C M Y K H S L
Decimal 191 113 57 0 0.41 0.70 0.25 25.07 0.54 0.49
Hex BF 71 39 0 29 46 19 19 36 31
Octal 277 161 71 0 51 106 31 31 66 61
Binary 10111111 1110001 111001 0 101001 1000110 11001 11001 110110 110001

Color Harmonies of #BF7139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7139

Black with #BF7139

Text Example


Text Example

White with #BF7139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7139; }

 p { color: rgb(191,113,57); }

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

background-color css

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

 a { background-color: rgb(191,113,57); }

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

border-color css

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

 span { border-color: rgb(191,113,57); }

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