#BE853A

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

Shades of Pizza #BE853A

Tints of Pizza #BE853A

Color information

#BE853A (or 0xBE853A) is unknown color: approx Pizza. HEX triplet: BE, 85 and 3A. RGB value is (190,133,58). Sum of RGB (Red+Green+Blue) = 190+133+58=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE853A is #417AC5. Grayscale: #8D8D8D. Windows color (decimal): -4291270 or 3835326. OLE color: 3835326.

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

Color convert

RGB19013358-
CMYK00.30.690.25
HSL34.09º53.23%48.63%-
HSV(B)34.09º69.47%74.51%-
XYZ30.3928.037.81-
YUV141.4980.88162.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 58 (23.05% from 255) = 15.22%
R=49.87%
G=34.91%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901335800.30.690.2534.0953.2348.63
HexBE853A01E4519223531
Octal2762057203610531426561
Binary1011111010000101111010011110100010111001100010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE853A; }

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

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

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

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

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

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

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

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