#BE8437

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

Shades of Pizza #BE8437

Tints of Pizza #BE8437

Color information

#BE8437 (or 0xBE8437) is unknown color: approx Pizza. HEX triplet: BE, 84 and 37. RGB value is (190,132,55). Sum of RGB (Red+Green+Blue) = 190+132+55=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8437 is #417BC8. Grayscale: #8C8C8C. Windows color (decimal): -4291529 or 3638462. OLE color: 3638462.

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

Color convert

RGB19013255-
CMYK00.310.710.25
HSL34.22º55.1%48.04%-
HSV(B)34.22º71.05%74.51%-
XYZ30.1827.737.38-
YUV140.5679.72163.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 55 (21.88% from 255) = 14.59%
R=50.40%
G=35.01%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901325500.310.710.2534.2255.148.04
HexBE843701F4719223730
Octal2762046703710731426760
Binary1011111010000100110111011111100011111001100010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8437; }

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

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

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

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

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

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

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

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