#BE883D

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

Shades of Pizza #BE883D

Tints of Pizza #BE883D

Color information

#BE883D (or 0xBE883D) is unknown color: approx Pizza. HEX triplet: BE, 88 and 3D. RGB value is (190,136,61). Sum of RGB (Red+Green+Blue) = 190+136+61=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE883D is #4177C2. Grayscale: #8F8F8F. Windows color (decimal): -4290499 or 4032702. OLE color: 4032702.

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

Color convert

RGB19013661-
CMYK00.280.680.25
HSL34.88º51.39%49.22%-
HSV(B)34.88º67.89%74.51%-
XYZ30.8828.898.36-
YUV143.681.39161.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 61 (24.22% from 255) = 15.76%
R=49.10%
G=35.14%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901366100.280.680.2534.8851.3949.22
HexBE883D01C4419233331
Octal2762107503410431436361
Binary1011111010001000111101011100100010011001100011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE883D; }

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

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

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

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

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

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

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

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