Html Css Color HEX #BF7043 Zest

📋 copy color: '#BF7043'

red 191 ◦ green 112 ◦ blue 67

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

Shades of Zest #BF7043

Tints of Zest #BF7043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.11%

R = 51.62%
G = 30.27%
B = 18.11%

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

#BF7043 (or 0xBF7043) is known color: Zest. HEX triplet: BF, 70 and 43. RGB value is (191,112,67). Sum of RGB (Red+Green+Blue) = 191+112+67=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7043 is #408FBC. Grayscale: #828282. Windows color (decimal): -4231101 or 4419775. OLE color: 4419775.

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

Color convert

RGB 191 112 67 -
CMYK 0 0.41 0.65 0.25
HSL 21.77º 0.49% 0.51% -
HSV(B) 21.77º 0.65% 0.75% -
XYZ 28.29 23.07 8.27 -
YUV 130.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 191 112 67 0 0.41 0.65 0.25 21.77 0.49 0.51
Hex BF 70 43 0 29 41 19 16 31 33
Octal 277 160 103 0 51 101 31 26 61 63
Binary 10111111 1110000 1000011 0 101001 1000001 11001 10110 110001 110011

Color Harmonies of #BF7043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7043

Black with #BF7043

Text Example


Text Example

White with #BF7043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7043; }

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

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

background-color css

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

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

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

border-color css

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

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

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