Html Css Color HEX #BF6E37 Zest

📋 copy color: '#BF6E37'

red 191 ◦ green 110 ◦ blue 55

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

Shades of Zest #BF6E37

Tints of Zest #BF6E37

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

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

R = 53.65%
G = 30.9%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF6E37 (or 0xBF6E37) is known color: Zest. HEX triplet: BF, 6E and 37. RGB value is (191,110,55). Sum of RGB (Red+Green+Blue) = 191+110+55=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6E37 is #4091C8. Grayscale: #808080. Windows color (decimal): -4231625 or 3632831. OLE color: 3632831.

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

Color convert

RGB 191 110 55 -
CMYK 0 0.42 0.71 0.25
HSL 24.26º 0.55% 0.48% -
HSV(B) 24.26º 0.71% 0.75% -
XYZ 27.75 22.5 6.5 -
YUV 127.95 86.84 172.97 -
System Red Green Blue C M Y K H S L
Decimal 191 110 55 0 0.42 0.71 0.25 24.26 0.55 0.48
Hex BF 6E 37 0 2A 47 19 18 37 30
Octal 277 156 67 0 52 107 31 30 67 60
Binary 10111111 1101110 110111 0 101010 1000111 11001 11000 110111 110000

Color Harmonies of #BF6E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E37

Black with #BF6E37

Text Example


Text Example

White with #BF6E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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