Html Css Color HEX #BE8E40 Pizza

📋 copy color: '#BE8E40'

red 190 ◦ green 142 ◦ blue 64

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

Shades of Pizza #BE8E40

Tints of Pizza #BE8E40

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.86%

 BLUE value IS 64 (25.39% from 255) = 16.16%

R = 47.98%
G = 35.86%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE8E40 (or 0xBE8E40) is known color: Pizza. HEX triplet: BE, 8E and 40. RGB value is (190,142,64). Sum of RGB (Red+Green+Blue) = 190+142+64=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8E40 is #4171BF. Grayscale: #939393. Windows color (decimal): -4288960 or 4230846. OLE color: 4230846.

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

Color convert

RGB 190 142 64 -
CMYK 0 0.25 0.66 0.25
HSL 37.14º 0.5% 0.5% -
HSV(B) 37.14º 0.66% 0.75% -
XYZ 31.83 30.66 9.09 -
YUV 147.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 190 142 64 0 0.25 0.66 0.25 37.14 0.5 0.5
Hex BE 8E 40 0 19 42 19 25 32 32
Octal 276 216 100 0 31 102 31 45 62 62
Binary 10111110 10001110 1000000 0 11001 1000010 11001 100101 110010 110010

Color Harmonies of #BE8E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8E40

Black with #BE8E40

Text Example


Text Example

White with #BE8E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8E40; }

 p { color: rgb(190,142,64); }

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

background-color css

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

 a { background-color: rgb(190,142,64); }

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

border-color css

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

 span { border-color: rgb(190,142,64); }

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