Html Css Color HEX #BF6B37 Zest

📋 copy color: '#BF6B37'

red 191 ◦ green 107 ◦ blue 55

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

Shades of Zest #BF6B37

Tints of Zest #BF6B37

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.31%

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

R = 54.11%
G = 30.31%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF6B37 (or 0xBF6B37) is known color: Zest. HEX triplet: BF, 6B and 37. RGB value is (191,107,55). Sum of RGB (Red+Green+Blue) = 191+107+55=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6B37 is #4094C8. Grayscale: #7E7E7E. Windows color (decimal): -4232393 or 3632063. OLE color: 3632063.

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

Color convert

RGB 191 107 55 -
CMYK 0 0.44 0.71 0.25
HSL 22.94º 0.55% 0.48% -
HSV(B) 22.94º 0.71% 0.75% -
XYZ 27.43 21.87 6.39 -
YUV 126.19 87.83 174.23 -
System Red Green Blue C M Y K H S L
Decimal 191 107 55 0 0.44 0.71 0.25 22.94 0.55 0.48
Hex BF 6B 37 0 2C 47 19 17 37 30
Octal 277 153 67 0 54 107 31 27 67 60
Binary 10111111 1101011 110111 0 101100 1000111 11001 10111 110111 110000

Color Harmonies of #BF6B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B37

Black with #BF6B37

Text Example


Text Example

White with #BF6B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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