Html Css Color HEX #BF7341 Zest

📋 copy color: '#BF7341'

red 191 ◦ green 115 ◦ blue 65

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

Shades of Zest #BF7341

Tints of Zest #BF7341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31%

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

R = 51.48%
G = 31%
B = 17.52%

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

#BF7341 (or 0xBF7341) is known color: Zest. HEX triplet: BF, 73 and 41. RGB value is (191,115,65). Sum of RGB (Red+Green+Blue) = 191+115+65=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7341 is #408CBE. Grayscale: #848484. Windows color (decimal): -4230335 or 4289471. OLE color: 4289471.

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

Color convert

RGB 191 115 65 -
CMYK 0 0.40 0.66 0.25
HSL 23.81º 0.5% 0.5% -
HSV(B) 23.81º 0.66% 0.75% -
XYZ 28.57 23.72 8.07 -
YUV 132.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 191 115 65 0 0.40 0.66 0.25 23.81 0.5 0.5
Hex BF 73 41 0 28 42 19 18 32 32
Octal 277 163 101 0 50 102 31 30 62 62
Binary 10111111 1110011 1000001 0 101000 1000010 11001 11000 110010 110010

Color Harmonies of #BF7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7341

Black with #BF7341

Text Example


Text Example

White with #BF7341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7341; }

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

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

background-color css

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

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

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

border-color css

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

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

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