#BE8641

Color #BE8641 Pizza (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pizza #BE8641

Tints of Pizza #BE8641

Color information

#BE8641 (or 0xBE8641) is unknown color: approx Pizza. HEX triplet: BE, 86 and 41. RGB value is (190,134,65). Sum of RGB (Red+Green+Blue) = 190+134+65=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8641 is #4179BE. Grayscale: #8F8F8F. Windows color (decimal): -4291007 or 4294334. OLE color: 4294334.

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

Color convert

RGB19013465-
CMYK00.290.660.25
HSL33.12º49.02%50%-
HSV(B)33.12º65.79%74.51%-
XYZ30.7128.388.86-
YUV142.8884.05161.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.84%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 65 (25.78% from 255) = 16.71%
R=48.84%
G=34.45%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901346500.290.660.2533.1249.0250
HexBE864101D4219213132
Octal27620610103510231416162
Binary10111110100001101000001011101100001011001100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8641; }

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

 H1.HeaderClassName
 {
   color: #BE8641;
 }
 .AnyTagClassName
 {
   color: #BE8641;
 }
</style>
background-color css

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

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

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

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

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

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