Html Css Color HEX #BF7037 Zest

📋 copy color: '#BF7037'

red 191 ◦ green 112 ◦ blue 55

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

Shades of Zest #BF7037

Tints of Zest #BF7037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.36%

R = 53.35%
G = 31.28%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF7037 (or 0xBF7037) is known color: Zest. HEX triplet: BF, 70 and 37. RGB value is (191,112,55). Sum of RGB (Red+Green+Blue) = 191+112+55=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7037 is #408FC8. Grayscale: #818181. Windows color (decimal): -4231113 or 3633343. OLE color: 3633343.

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

Color convert

RGB 191 112 55 -
CMYK 0 0.41 0.71 0.25
HSL 25.15º 0.55% 0.48% -
HSV(B) 25.15º 0.71% 0.75% -
XYZ 27.97 22.94 6.57 -
YUV 129.12 86.17 172.13 -
System Red Green Blue C M Y K H S L
Decimal 191 112 55 0 0.41 0.71 0.25 25.15 0.55 0.48
Hex BF 70 37 0 29 47 19 19 37 30
Octal 277 160 67 0 51 107 31 31 67 60
Binary 10111111 1110000 110111 0 101001 1000111 11001 11001 110111 110000

Color Harmonies of #BF7037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7037

Black with #BF7037

Text Example


Text Example

White with #BF7037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7037; }

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

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

background-color css

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

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

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

border-color css

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

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

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