Html Css Color HEX #BF6B41 Zest

📋 copy color: '#BF6B41'

red 191 ◦ green 107 ◦ blue 65

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

Shades of Zest #BF6B41

Tints of Zest #BF6B41

RGB

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

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

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

R = 52.62%
G = 29.48%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF6B41 (or 0xBF6B41) is known color: Zest. HEX triplet: BF, 6B and 41. RGB value is (191,107,65). Sum of RGB (Red+Green+Blue) = 191+107+65=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6B41 is #4094BE. Grayscale: #7F7F7F. Windows color (decimal): -4232383 or 4287423. OLE color: 4287423.

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

Color convert

RGB 191 107 65 -
CMYK 0 0.44 0.66 0.25
HSL 20º 0.5% 0.5% -
HSV(B) 20º 0.66% 0.75% -
XYZ 27.7 21.97 7.78 -
YUV 127.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 191 107 65 0 0.44 0.66 0.25 20 0.5 0.5
Hex BF 6B 41 0 2C 42 19 14 32 32
Octal 277 153 101 0 54 102 31 24 62 62
Binary 10111111 1101011 1000001 0 101100 1000010 11001 10100 110010 110010

Color Harmonies of #BF6B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B41

Black with #BF6B41

Text Example


Text Example

White with #BF6B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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