Html Css Color HEX #BE6A3C Zest

📋 copy color: '#BE6A3C'

red 190 ◦ green 106 ◦ blue 60

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

Shades of Zest #BE6A3C

Tints of Zest #BE6A3C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.78%

 BLUE value IS 60 (23.83% from 255) = 16.85%

R = 53.37%
G = 29.78%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE6A3C (or 0xBE6A3C) is known color: Zest. HEX triplet: BE, 6A and 3C. RGB value is (190,106,60). Sum of RGB (Red+Green+Blue) = 190+106+60=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A3C is #4195C3. Grayscale: #7E7E7E. Windows color (decimal): -4298180 or 3959486. OLE color: 3959486.

HSL color Cylindrical-coordinate representation of color #BE6A3C: hue angle of 21.23º degrees, saturation: 0.52, 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 #BE6A3C is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 106 60 -
CMYK 0 0.44 0.68 0.25
HSL 21.23º 0.52% 0.49% -
HSV(B) 21.23º 0.68% 0.75% -
XYZ 27.2 21.58 7.01 -
YUV 125.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 190 106 60 0 0.44 0.68 0.25 21.23 0.52 0.49
Hex BE 6A 3C 0 2C 44 19 15 34 31
Octal 276 152 74 0 54 104 31 25 64 61
Binary 10111110 1101010 111100 0 101100 1000100 11001 10101 110100 110001

Color Harmonies of #BE6A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A3C

Black with #BE6A3C

Text Example


Text Example

White with #BE6A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A3C; }

 p { color: rgb(190,106,60); }

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

background-color css

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

 a { background-color: rgb(190,106,60); }

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

border-color css

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

 span { border-color: rgb(190,106,60); }

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