Html Css Color HEX #BF703F Zest

📋 copy color: '#BF703F'

red 191 ◦ green 112 ◦ blue 63

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

Shades of Zest #BF703F

Tints of Zest #BF703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

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

R = 52.19%
G = 30.6%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF703F (or 0xBF703F) is known color: Zest. HEX triplet: BF, 70 and 3F. RGB value is (191,112,63). Sum of RGB (Red+Green+Blue) = 191+112+63=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF703F is #408FC0. Grayscale: #828282. Windows color (decimal): -4231105 or 4157631. OLE color: 4157631.

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

Color convert

RGB 191 112 63 -
CMYK 0 0.41 0.67 0.25
HSL 22.97º 0.5% 0.5% -
HSV(B) 22.97º 0.67% 0.75% -
XYZ 28.18 23.02 7.66 -
YUV 130.04 90.17 171.48 -
System Red Green Blue C M Y K H S L
Decimal 191 112 63 0 0.41 0.67 0.25 22.97 0.5 0.5
Hex BF 70 3F 0 29 43 19 17 32 32
Octal 277 160 77 0 51 103 31 27 62 62
Binary 10111111 1110000 111111 0 101001 1000011 11001 10111 110010 110010

Color Harmonies of #BF703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF703F

Black with #BF703F

Text Example


Text Example

White with #BF703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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