#BE8D3D

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

Shades of Pizza #BE8D3D

Tints of Pizza #BE8D3D

Color information

#BE8D3D (or 0xBE8D3D) is unknown color: approx Pizza. HEX triplet: BE, 8D and 3D. RGB value is (190,141,61). Sum of RGB (Red+Green+Blue) = 190+141+61=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D3D is #4172C2. Grayscale: #929292. Windows color (decimal): -4289219 or 4033982. OLE color: 4033982.

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

Color convert

RGB19014161-
CMYK00.260.680.25
HSL37.21º51.39%49.22%-
HSV(B)37.21º67.89%74.51%-
XYZ31.630.338.6-
YUV146.5379.73159-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 61 (24.22% from 255) = 15.56%
R=48.47%
G=35.97%
B=15.56%

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
Decimal1901416100.260.680.2537.2151.3949.22
HexBE8D3D01A4419253331
Octal2762157503210431456361
Binary1011111010001101111101011010100010011001100101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D3D; }

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

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

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

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

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

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

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

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