#BE8836

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

Shades of Pizza #BE8836

Tints of Pizza #BE8836

Color information

#BE8836 (or 0xBE8836) is unknown color: approx Pizza. HEX triplet: BE, 88 and 36. RGB value is (190,136,54). Sum of RGB (Red+Green+Blue) = 190+136+54=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8836 is #4177C9. Grayscale: #8F8F8F. Windows color (decimal): -4290506 or 3573950. OLE color: 3573950.

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

Color convert

RGB19013654-
CMYK00.280.720.25
HSL36.18º55.74%47.84%-
HSV(B)36.18º71.58%74.51%-
XYZ30.7128.827.43-
YUV142.877.89161.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 136 (53.52% from 255) = 35.79%
BLUE value IS 54 (21.48% from 255) = 14.21%
R=50%
G=35.79%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901365400.280.720.2536.1855.7447.84
HexBE883601C4819243830
Octal2762106603411031447060
Binary1011111010001000110110011100100100011001100100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8836; }

 p { color: rgb(190,136,54); }

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

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

 a { background-color: rgb(190,136,54); }

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

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

 span { border-color: rgb(190,136,54); }

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