#BE8A37

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

Shades of Pizza #BE8A37

Tints of Pizza #BE8A37

Color information

#BE8A37 (or 0xBE8A37) is unknown color: approx Pizza. HEX triplet: BE, 8A and 37. RGB value is (190,138,55). Sum of RGB (Red+Green+Blue) = 190+138+55=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8A37 is #4175C8. Grayscale: #909090. Windows color (decimal): -4289993 or 3639998. OLE color: 3639998.

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

Color convert

RGB19013855-
CMYK00.270.710.25
HSL36.89º55.1%48.04%-
HSV(B)36.89º71.05%74.51%-
XYZ31.0129.47.65-
YUV144.0977.73160.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 55 (21.88% from 255) = 14.36%
R=49.61%
G=36.03%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901385500.270.710.2536.8955.148.04
HexBE8A3701B4719253730
Octal2762126703310731456760
Binary1011111010001010110111011011100011111001100101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A37; }

 p { color: rgb(190,138,55); }

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

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

 a { background-color: rgb(190,138,55); }

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

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

 span { border-color: rgb(190,138,55); }

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