Html Css Color HEX #BE703D Zest

📋 copy color: '#BE703D'

red 190 ◦ green 112 ◦ blue 61

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

Shades of Zest #BE703D

Tints of Zest #BE703D

RGB

 RED value IS 190 (74.61% from 255) = 52.34%

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

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 52.34%
G = 30.85%
B = 16.8%

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

#BE703D (or 0xBE703D) is known color: Zest. HEX triplet: BE, 70 and 3D. RGB value is (190,112,61). Sum of RGB (Red+Green+Blue) = 190+112+61=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE703D is #418FC2. Grayscale: #818181. Windows color (decimal): -4296643 or 4026558. OLE color: 4026558.

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

Color convert

RGB 190 112 61 -
CMYK 0 0.41 0.68 0.25
HSL 23.72º 0.51% 0.49% -
HSV(B) 23.72º 0.68% 0.75% -
XYZ 27.87 22.87 7.36 -
YUV 129.51 89.34 171.15 -
System Red Green Blue C M Y K H S L
Decimal 190 112 61 0 0.41 0.68 0.25 23.72 0.51 0.49
Hex BE 70 3D 0 29 44 19 18 33 31
Octal 276 160 75 0 51 104 31 30 63 61
Binary 10111110 1110000 111101 0 101001 1000100 11001 11000 110011 110001

Color Harmonies of #BE703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE703D

Black with #BE703D

Text Example


Text Example

White with #BE703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE703D; }

 p { color: rgb(190,112,61); }

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

background-color css

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

 a { background-color: rgb(190,112,61); }

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

border-color css

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

 span { border-color: rgb(190,112,61); }

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