Html Css Color HEX #BE8D40 Pizza

📋 copy color: '#BE8D40'

red 190 ◦ green 141 ◦ blue 64

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

Shades of Pizza #BE8D40

Tints of Pizza #BE8D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.7%

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

R = 48.1%
G = 35.7%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE8D40 (or 0xBE8D40) is known color: Pizza. HEX triplet: BE, 8D and 40. RGB value is (190,141,64). Sum of RGB (Red+Green+Blue) = 190+141+64=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D40 is #4172BF. Grayscale: #939393. Windows color (decimal): -4289216 or 4230590. OLE color: 4230590.

HSL color Cylindrical-coordinate representation of color #BE8D40: hue angle of 36.67º 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 #BE8D40 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 141 64 -
CMYK 0 0.26 0.66 0.25
HSL 36.67º 0.5% 0.5% -
HSV(B) 36.67º 0.66% 0.75% -
XYZ 31.69 30.37 9.04 -
YUV 146.87 81.23 158.76 -
System Red Green Blue C M Y K H S L
Decimal 190 141 64 0 0.26 0.66 0.25 36.67 0.5 0.5
Hex BE 8D 40 0 1A 42 19 25 32 32
Octal 276 215 100 0 32 102 31 45 62 62
Binary 10111110 10001101 1000000 0 11010 1000010 11001 100101 110010 110010

Color Harmonies of #BE8D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D40

Black with #BE8D40

Text Example


Text Example

White with #BE8D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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