#BE8D38

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

Shades of Pizza #BE8D38

Tints of Pizza #BE8D38

Color information

#BE8D38 (or 0xBE8D38) is unknown color: approx Pizza. HEX triplet: BE, 8D and 38. RGB value is (190,141,56). Sum of RGB (Red+Green+Blue) = 190+141+56=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D38 is #4172C7. Grayscale: #929292. Windows color (decimal): -4289224 or 3706302. OLE color: 3706302.

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

Color convert

RGB19014156-
CMYK00.260.710.25
HSL38.06º54.47%48.24%-
HSV(B)38.06º70.53%74.51%-
XYZ31.4730.287.93-
YUV145.9677.23159.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 141 (55.47% from 255) = 36.43%
BLUE value IS 56 (22.27% from 255) = 14.47%
R=49.10%
G=36.43%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901415600.260.710.2538.0654.4748.24
HexBE8D3801A4719263630
Octal2762157003210731466660
Binary1011111010001101111000011010100011111001100110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D38; }

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

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

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

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

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

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

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

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