#BE953C

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

Shades of Pizza #BE953C

Tints of Pizza #BE953C

Color information

#BE953C (or 0xBE953C) is unknown color: approx Pizza. HEX triplet: BE, 95 and 3C. RGB value is (190,149,60). Sum of RGB (Red+Green+Blue) = 190+149+60=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE953C is #416AC3. Grayscale: #979797. Windows color (decimal): -4287172 or 3970494. OLE color: 3970494.

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

Color convert

RGB19014960-
CMYK00.220.680.25
HSL41.08º52%49.02%-
HSV(B)41.08º68.42%74.51%-
XYZ32.832.778.87-
YUV151.1176.58155.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 149 (58.59% from 255) = 37.34%
BLUE value IS 60 (23.83% from 255) = 15.04%
R=47.62%
G=37.34%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901496000.220.680.2541.085249.02
HexBE953C0164419293431
Octal2762257402610431516461
Binary1011111010010101111100010110100010011001101001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE953C; }

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

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

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

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

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

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

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

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