Html Css Color HEX #BE8640 Pizza

📋 copy color: '#BE8640'

red 190 ◦ green 134 ◦ blue 64

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

Shades of Pizza #BE8640

Tints of Pizza #BE8640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.54%

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

R = 48.97%
G = 34.54%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE8640 (or 0xBE8640) is known color: Pizza. HEX triplet: BE, 86 and 40. RGB value is (190,134,64). Sum of RGB (Red+Green+Blue) = 190+134+64=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8640 is #4179BF. Grayscale: #8F8F8F. Windows color (decimal): -4291008 or 4228798. OLE color: 4228798.

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

Color convert

RGB 190 134 64 -
CMYK 0 0.29 0.66 0.25
HSL 33.33º 0.5% 0.5% -
HSV(B) 33.33º 0.66% 0.75% -
XYZ 30.69 28.37 8.71 -
YUV 142.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 190 134 64 0 0.29 0.66 0.25 33.33 0.5 0.5
Hex BE 86 40 0 1D 42 19 21 32 32
Octal 276 206 100 0 35 102 31 41 62 62
Binary 10111110 10000110 1000000 0 11101 1000010 11001 100001 110010 110010

Color Harmonies of #BE8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8640

Black with #BE8640

Text Example


Text Example

White with #BE8640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8640; }

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

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

background-color css

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

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

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

border-color css

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

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

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