Html Css Color HEX #BF7344 Zest

📋 copy color: '#BF7344'

red 191 ◦ green 115 ◦ blue 68

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

Shades of Zest #BF7344

Tints of Zest #BF7344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.75%

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

R = 51.07%
G = 30.75%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF7344 (or 0xBF7344) is known color: Zest. HEX triplet: BF, 73 and 44. RGB value is (191,115,68). Sum of RGB (Red+Green+Blue) = 191+115+68=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7344 is #408CBB. Grayscale: #848484. Windows color (decimal): -4230332 or 4486079. OLE color: 4486079.

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

Color convert

RGB 191 115 68 -
CMYK 0 0.40 0.64 0.25
HSL 22.93º 0.49% 0.51% -
HSV(B) 22.93º 0.64% 0.75% -
XYZ 28.66 23.76 8.54 -
YUV 132.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 191 115 68 0 0.40 0.64 0.25 22.93 0.49 0.51
Hex BF 73 44 0 28 40 19 17 31 33
Octal 277 163 104 0 50 100 31 27 61 63
Binary 10111111 1110011 1000100 0 101000 1000000 11001 10111 110001 110011

Color Harmonies of #BF7344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7344

Black with #BF7344

Text Example


Text Example

White with #BF7344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7344; }

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

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

background-color css

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

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

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

border-color css

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

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

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