#BE8839

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

Shades of Pizza #BE8839

Tints of Pizza #BE8839

Color information

#BE8839 (or 0xBE8839) is unknown color: approx Pizza. HEX triplet: BE, 88 and 39. RGB value is (190,136,57). Sum of RGB (Red+Green+Blue) = 190+136+57=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8839 is #4177C6. Grayscale: #8F8F8F. Windows color (decimal): -4290503 or 3770558. OLE color: 3770558.

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

Color convert

RGB19013657-
CMYK00.280.70.25
HSL35.64º53.85%48.43%-
HSV(B)35.64º70%74.51%-
XYZ30.7828.857.82-
YUV143.1479.39161.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 136 (53.52% from 255) = 35.51%
BLUE value IS 57 (22.66% from 255) = 14.88%
R=49.61%
G=35.51%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901365700.280.70.2535.6453.8548.43
HexBE883901C4619243630
Octal2762107103410631446660
Binary1011111010001000111001011100100011011001100100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8839; }

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

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

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

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

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

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

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

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