#BE8D3E

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

Shades of Pizza #BE8D3E

Tints of Pizza #BE8D3E

Color information

#BE8D3E (or 0xBE8D3E) is unknown color: approx Pizza. HEX triplet: BE, 8D and 3E. RGB value is (190,141,62). Sum of RGB (Red+Green+Blue) = 190+141+62=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D3E is #4172C1. Grayscale: #939393. Windows color (decimal): -4289218 or 4099518. OLE color: 4099518.

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

Color convert

RGB19014162-
CMYK00.260.670.25
HSL37.03º50.79%49.41%-
HSV(B)37.03º67.37%74.51%-
XYZ31.6330.348.75-
YUV146.6580.23158.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 62 (24.61% from 255) = 15.78%
R=48.35%
G=35.88%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901416200.260.670.2537.0350.7949.41
HexBE8D3E01A4319253331
Octal2762157603210331456361
Binary1011111010001101111110011010100001111001100101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D3E; }

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

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

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

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

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

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

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

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