Html Css Color HEX #BF7241 Zest

📋 copy color: '#BF7241'

red 191 ◦ green 114 ◦ blue 65

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

Shades of Zest #BF7241

Tints of Zest #BF7241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.81%

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

R = 51.62%
G = 30.81%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF7241 (or 0xBF7241) is known color: Zest. HEX triplet: BF, 72 and 41. RGB value is (191,114,65). Sum of RGB (Red+Green+Blue) = 191+114+65=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7241 is #408DBE. Grayscale: #838383. Windows color (decimal): -4230591 or 4289215. OLE color: 4289215.

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

Color convert

RGB 191 114 65 -
CMYK 0 0.40 0.66 0.25
HSL 23.33º 0.5% 0.5% -
HSV(B) 23.33º 0.66% 0.75% -
XYZ 28.46 23.49 8.04 -
YUV 131.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 191 114 65 0 0.40 0.66 0.25 23.33 0.5 0.5
Hex BF 72 41 0 28 42 19 17 32 32
Octal 277 162 101 0 50 102 31 27 62 62
Binary 10111111 1110010 1000001 0 101000 1000010 11001 10111 110010 110010

Color Harmonies of #BF7241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7241

Black with #BF7241

Text Example


Text Example

White with #BF7241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7241; }

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

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

background-color css

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

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

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

border-color css

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

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

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