Html Css Color HEX #BE693E Zest

📋 copy color: '#BE693E'

red 190 ◦ green 105 ◦ blue 62

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

Shades of Zest #BE693E

Tints of Zest #BE693E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.41%

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

R = 53.22%
G = 29.41%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE693E (or 0xBE693E) is known color: Zest. HEX triplet: BE, 69 and 3E. RGB value is (190,105,62). Sum of RGB (Red+Green+Blue) = 190+105+62=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE693E is #4196C1. Grayscale: #7D7D7D. Windows color (decimal): -4298434 or 4090302. OLE color: 4090302.

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

Color convert

RGB 190 105 62 -
CMYK 0 0.45 0.67 0.25
HSL 20.16º 0.51% 0.49% -
HSV(B) 20.16º 0.67% 0.75% -
XYZ 27.16 21.4 7.26 -
YUV 125.51 92.16 174 -
System Red Green Blue C M Y K H S L
Decimal 190 105 62 0 0.45 0.67 0.25 20.16 0.51 0.49
Hex BE 69 3E 0 2D 43 19 14 33 31
Octal 276 151 76 0 55 103 31 24 63 61
Binary 10111110 1101001 111110 0 101101 1000011 11001 10100 110011 110001

Color Harmonies of #BE693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE693E

Black with #BE693E

Text Example


Text Example

White with #BE693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE693E; }

 p { color: rgb(190,105,62); }

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

background-color css

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

 a { background-color: rgb(190,105,62); }

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

border-color css

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

 span { border-color: rgb(190,105,62); }

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