Html Css Color HEX #BF7246 Zest

📋 copy color: '#BF7246'

red 191 ◦ green 114 ◦ blue 70

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

Shades of Zest #BF7246

Tints of Zest #BF7246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 50.93%
G = 30.4%
B = 18.67%

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

#BF7246 (or 0xBF7246) is known color: Zest. HEX triplet: BF, 72 and 46. RGB value is (191,114,70). Sum of RGB (Red+Green+Blue) = 191+114+70=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7246 is #408DB9. Grayscale: #848484. Windows color (decimal): -4230586 or 4616895. OLE color: 4616895.

HSL color Cylindrical-coordinate representation of color #BF7246: hue angle of 21.82º degrees, saturation: 0.49, 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 #BF7246 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 114 70 -
CMYK 0 0.40 0.63 0.25
HSL 21.82º 0.49% 0.51% -
HSV(B) 21.82º 0.63% 0.75% -
XYZ 28.61 23.55 8.83 -
YUV 132.01 93.01 170.08 -
System Red Green Blue C M Y K H S L
Decimal 191 114 70 0 0.40 0.63 0.25 21.82 0.49 0.51
Hex BF 72 46 0 28 3F 19 16 31 33
Octal 277 162 106 0 50 77 31 26 61 63
Binary 10111111 1110010 1000110 0 101000 111111 11001 10110 110001 110011

Color Harmonies of #BF7246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7246

Black with #BF7246

Text Example


Text Example

White with #BF7246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7246; }

 p { color: rgb(191,114,70); }

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

background-color css

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

 a { background-color: rgb(191,114,70); }

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

border-color css

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

 span { border-color: rgb(191,114,70); }

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