Html Css Color HEX #BF7440 Zest

📋 copy color: '#BF7440'

red 191 ◦ green 116 ◦ blue 64

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

Shades of Zest #BF7440

Tints of Zest #BF7440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.27%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 51.48%
G = 31.27%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF7440 (or 0xBF7440) is known color: Zest. HEX triplet: BF, 74 and 40. RGB value is (191,116,64). Sum of RGB (Red+Green+Blue) = 191+116+64=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7440 is #408BBF. Grayscale: #848484. Windows color (decimal): -4230080 or 4224191. OLE color: 4224191.

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

Color convert

RGB 191 116 64 -
CMYK 0 0.39 0.66 0.25
HSL 24.57º 0.5% 0.5% -
HSV(B) 24.57º 0.66% 0.75% -
XYZ 28.66 23.94 7.96 -
YUV 132.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 191 116 64 0 0.39 0.66 0.25 24.57 0.5 0.5
Hex BF 74 40 0 27 42 19 19 32 32
Octal 277 164 100 0 47 102 31 31 62 62
Binary 10111111 1110100 1000000 0 100111 1000010 11001 11001 110010 110010

Color Harmonies of #BF7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7440

Black with #BF7440

Text Example


Text Example

White with #BF7440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7440; }

 p { color: rgb(191,116,64); }

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

background-color css

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

 a { background-color: rgb(191,116,64); }

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

border-color css

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

 span { border-color: rgb(191,116,64); }

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