#BE8D3C

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

Shades of Pizza #BE8D3C

Tints of Pizza #BE8D3C

Color information

#BE8D3C (or 0xBE8D3C) is unknown color: approx Pizza. HEX triplet: BE, 8D and 3C. RGB value is (190,141,60). Sum of RGB (Red+Green+Blue) = 190+141+60=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D3C is #4172C3. Grayscale: #929292. Windows color (decimal): -4289220 or 3968446. OLE color: 3968446.

HSL color Cylindrical-coordinate representation of color #BE8D3C: hue angle of 37.38º degrees, saturation: 0.52, 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 #BE8D3C is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB19014160-
CMYK00.260.680.25
HSL37.38º52%49.02%-
HSV(B)37.38º68.42%74.51%-
XYZ31.5830.328.46-
YUV146.4279.23159.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 60 (23.83% from 255) = 15.35%
R=48.59%
G=36.06%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901416000.260.680.2537.385249.02
HexBE8D3C01A4419253431
Octal2762157403210431456461
Binary1011111010001101111100011010100010011001100101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D3C; }

 p { color: rgb(190,141,60); }

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

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

 a { background-color: rgb(190,141,60); }

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

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

 span { border-color: rgb(190,141,60); }

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