#BE863A

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

Shades of Pizza #BE863A

Tints of Pizza #BE863A

Color information

#BE863A (or 0xBE863A) is unknown color: approx Pizza. HEX triplet: BE, 86 and 3A. RGB value is (190,134,58). Sum of RGB (Red+Green+Blue) = 190+134+58=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE863A is #4179C5. Grayscale: #8E8E8E. Windows color (decimal): -4291014 or 3835582. OLE color: 3835582.

HSL color Cylindrical-coordinate representation of color #BE863A: hue angle of 34.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE863A is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19013458-
CMYK00.290.690.25
HSL34.55º53.23%48.63%-
HSV(B)34.55º69.47%74.51%-
XYZ30.5228.37.86-
YUV142.0880.55162.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 58 (23.05% from 255) = 15.18%
R=49.74%
G=35.08%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901345800.290.690.2534.5553.2348.63
HexBE863A01D4519233531
Octal2762067203510531436561
Binary1011111010000110111010011101100010111001100011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE863A; }

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

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

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

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

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

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

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

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