Html Css Color HEX #BF7042 Zest

📋 copy color: '#BF7042'

red 191 ◦ green 112 ◦ blue 66

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

Shades of Zest #BF7042

Tints of Zest #BF7042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 51.76%
G = 30.35%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF7042 (or 0xBF7042) is known color: Zest. HEX triplet: BF, 70 and 42. RGB value is (191,112,66). Sum of RGB (Red+Green+Blue) = 191+112+66=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7042 is #408FBD. Grayscale: #828282. Windows color (decimal): -4231102 or 4354239. OLE color: 4354239.

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

Color convert

RGB 191 112 66 -
CMYK 0 0.41 0.65 0.25
HSL 22.08º 0.49% 0.5% -
HSV(B) 22.08º 0.65% 0.75% -
XYZ 28.26 23.06 8.12 -
YUV 130.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 191 112 66 0 0.41 0.65 0.25 22.08 0.49 0.5
Hex BF 70 42 0 29 41 19 16 31 32
Octal 277 160 102 0 51 101 31 26 61 62
Binary 10111111 1110000 1000010 0 101001 1000001 11001 10110 110001 110010

Color Harmonies of #BF7042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7042

Black with #BF7042

Text Example


Text Example

White with #BF7042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7042; }

 p { color: rgb(191,112,66); }

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

background-color css

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

 a { background-color: rgb(191,112,66); }

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

border-color css

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

 span { border-color: rgb(191,112,66); }

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