Html Css Color HEX #BF7044 Zest

📋 copy color: '#BF7044'

red 191 ◦ green 112 ◦ blue 68

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

Shades of Zest #BF7044

Tints of Zest #BF7044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 51.48%
G = 30.19%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF7044 (or 0xBF7044) is known color: Zest. HEX triplet: BF, 70 and 44. RGB value is (191,112,68). Sum of RGB (Red+Green+Blue) = 191+112+68=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7044 is #408FBB. Grayscale: #828282. Windows color (decimal): -4231100 or 4485311. OLE color: 4485311.

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

Color convert

RGB 191 112 68 -
CMYK 0 0.41 0.64 0.25
HSL 21.46º 0.49% 0.51% -
HSV(B) 21.46º 0.64% 0.75% -
XYZ 28.32 23.08 8.43 -
YUV 130.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 191 112 68 0 0.41 0.64 0.25 21.46 0.49 0.51
Hex BF 70 44 0 29 40 19 15 31 33
Octal 277 160 104 0 51 100 31 25 61 63
Binary 10111111 1110000 1000100 0 101001 1000000 11001 10101 110001 110011

Color Harmonies of #BF7044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7044

Black with #BF7044

Text Example


Text Example

White with #BF7044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7044; }

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

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

background-color css

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

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

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

border-color css

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

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

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