Html Css Color HEX #BF6F41 Zest

📋 copy color: '#BF6F41'

red 191 ◦ green 111 ◦ blue 65

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

Shades of Zest #BF6F41

Tints of Zest #BF6F41

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.25%

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 52.04%
G = 30.25%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF6F41 (or 0xBF6F41) is known color: Zest. HEX triplet: BF, 6F and 41. RGB value is (191,111,65). Sum of RGB (Red+Green+Blue) = 191+111+65=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6F41 is #4090BE. Grayscale: #818181. Windows color (decimal): -4231359 or 4288447. OLE color: 4288447.

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

Color convert

RGB 191 111 65 -
CMYK 0 0.42 0.66 0.25
HSL 21.9º 0.5% 0.5% -
HSV(B) 21.9º 0.66% 0.75% -
XYZ 28.12 22.83 7.92 -
YUV 129.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 191 111 65 0 0.42 0.66 0.25 21.9 0.5 0.5
Hex BF 6F 41 0 2A 42 19 16 32 32
Octal 277 157 101 0 52 102 31 26 62 62
Binary 10111111 1101111 1000001 0 101010 1000010 11001 10110 110010 110010

Color Harmonies of #BF6F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F41

Black with #BF6F41

Text Example


Text Example

White with #BF6F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F41; }

 p { color: rgb(191,111,65); }

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

background-color css

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

 a { background-color: rgb(191,111,65); }

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

border-color css

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

 span { border-color: rgb(191,111,65); }

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