Html Css Color HEX #BF743F Zest

📋 copy color: '#BF743F'

red 191 ◦ green 116 ◦ blue 63

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

Shades of Zest #BF743F

Tints of Zest #BF743F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

 BLUE value IS 63 (25% from 255) = 17.03%

R = 51.62%
G = 31.35%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF743F (or 0xBF743F) is known color: Zest. HEX triplet: BF, 74 and 3F. RGB value is (191,116,63). Sum of RGB (Red+Green+Blue) = 191+116+63=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF743F is #408BC0. Grayscale: #848484. Windows color (decimal): -4230081 or 4158655. OLE color: 4158655.

HSL color Cylindrical-coordinate representation of color #BF743F: hue angle of 24.84º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF743F is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 116 63 -
CMYK 0 0.39 0.67 0.25
HSL 24.84º 0.5% 0.5% -
HSV(B) 24.84º 0.67% 0.75% -
XYZ 28.63 23.93 7.81 -
YUV 132.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 191 116 63 0 0.39 0.67 0.25 24.84 0.5 0.5
Hex BF 74 3F 0 27 43 19 19 32 32
Octal 277 164 77 0 47 103 31 31 62 62
Binary 10111111 1110100 111111 0 100111 1000011 11001 11001 110010 110010

Color Harmonies of #BF743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF743F

Black with #BF743F

Text Example


Text Example

White with #BF743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF743F; }

 p { color: rgb(191,116,63); }

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

background-color css

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

 a { background-color: rgb(191,116,63); }

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

border-color css

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

 span { border-color: rgb(191,116,63); }

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