Html Css Color HEX #BE6F44 Zest

📋 copy color: '#BE6F44'

red 190 ◦ green 111 ◦ blue 68

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

Shades of Zest #BE6F44

Tints of Zest #BE6F44

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.08%

 BLUE value IS 68 (26.95% from 255) = 18.43%

R = 51.49%
G = 30.08%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE6F44 (or 0xBE6F44) is known color: Zest. HEX triplet: BE, 6F and 44. RGB value is (190,111,68). Sum of RGB (Red+Green+Blue) = 190+111+68=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6F44 is #4190BB. Grayscale: #818181. Windows color (decimal): -4296892 or 4485054. OLE color: 4485054.

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

Color convert

RGB 190 111 68 -
CMYK 0 0.42 0.64 0.25
HSL 21.15º 0.48% 0.51% -
HSV(B) 21.15º 0.64% 0.75% -
XYZ 27.96 22.73 8.38 -
YUV 129.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 190 111 68 0 0.42 0.64 0.25 21.15 0.48 0.51
Hex BE 6F 44 0 2A 40 19 15 30 33
Octal 276 157 104 0 52 100 31 25 60 63
Binary 10111110 1101111 1000100 0 101010 1000000 11001 10101 110000 110011

Color Harmonies of #BE6F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6F44

Black with #BE6F44

Text Example


Text Example

White with #BE6F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6F44; }

 p { color: rgb(190,111,68); }

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

background-color css

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

 a { background-color: rgb(190,111,68); }

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

border-color css

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

 span { border-color: rgb(190,111,68); }

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