#BE8741

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

Shades of Pizza #BE8741

Tints of Pizza #BE8741

Color information

#BE8741 (or 0xBE8741) is unknown color: approx Pizza. HEX triplet: BE, 87 and 41. RGB value is (190,135,65). Sum of RGB (Red+Green+Blue) = 190+135+65=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8741 is #4178BE. Grayscale: #8F8F8F. Windows color (decimal): -4290751 or 4294590. OLE color: 4294590.

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

Color convert

RGB19013565-
CMYK00.290.660.25
HSL33.6º49.02%50%-
HSV(B)33.6º65.79%74.51%-
XYZ30.8528.668.91-
YUV143.4683.72161.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 65 (25.78% from 255) = 16.67%
R=48.72%
G=34.62%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901356500.290.660.2533.649.0250
HexBE874101D4219223132
Octal27620710103510231426162
Binary10111110100001111000001011101100001011001100010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8741; }

 p { color: rgb(190,135,65); }

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

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

 a { background-color: rgb(190,135,65); }

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

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

 span { border-color: rgb(190,135,65); }

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