#BE8636

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

Shades of Pizza #BE8636

Tints of Pizza #BE8636

Color information

#BE8636 (or 0xBE8636) is unknown color: approx Pizza. HEX triplet: BE, 86 and 36. RGB value is (190,134,54). Sum of RGB (Red+Green+Blue) = 190+134+54=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8636 is #4179C9. Grayscale: #8E8E8E. Windows color (decimal): -4291018 or 3573438. OLE color: 3573438.

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

Color convert

RGB19013454-
CMYK00.290.720.25
HSL35.29º55.74%47.84%-
HSV(B)35.29º71.58%74.51%-
XYZ30.4328.267.34-
YUV141.6278.55162.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 54 (21.48% from 255) = 14.29%
R=50.26%
G=35.45%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901345400.290.720.2535.2955.7447.84
HexBE863601D4819233830
Octal2762066603511031437060
Binary1011111010000110110110011101100100011001100011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8636; }

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

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

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

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

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

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

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

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