Html Css Color HEX #BF703E Zest

📋 copy color: '#BF703E'

red 191 ◦ green 112 ◦ blue 62

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

Shades of Zest #BF703E

Tints of Zest #BF703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.99%

R = 52.33%
G = 30.68%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF703E (or 0xBF703E) is known color: Zest. HEX triplet: BF, 70 and 3E. RGB value is (191,112,62). Sum of RGB (Red+Green+Blue) = 191+112+62=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF703E is #408FC1. Grayscale: #828282. Windows color (decimal): -4231106 or 4092095. OLE color: 4092095.

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

Color convert

RGB 191 112 62 -
CMYK 0 0.41 0.68 0.25
HSL 23.26º 0.51% 0.5% -
HSV(B) 23.26º 0.68% 0.75% -
XYZ 28.15 23.01 7.52 -
YUV 129.92 89.67 171.57 -
System Red Green Blue C M Y K H S L
Decimal 191 112 62 0 0.41 0.68 0.25 23.26 0.51 0.5
Hex BF 70 3E 0 29 44 19 17 33 32
Octal 277 160 76 0 51 104 31 27 63 62
Binary 10111111 1110000 111110 0 101001 1000100 11001 10111 110011 110010

Color Harmonies of #BF703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF703E

Black with #BF703E

Text Example


Text Example

White with #BF703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF703E; }

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

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

background-color css

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

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

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

border-color css

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

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

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