#BA913E

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

Shades of Pizza #BA913E

Tints of Pizza #BA913E

Color information

#BA913E (or 0xBA913E) is unknown color: approx Pizza. HEX triplet: BA, 91 and 3E. RGB value is (186,145,62). Sum of RGB (Red+Green+Blue) = 186+145+62=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA913E is #456EC1. Grayscale: #949494. Windows color (decimal): -4550338 or 4100538. OLE color: 4100538.

HSL color Cylindrical-coordinate representation of color #BA913E: hue angle of 40.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA913E is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18614562-
CMYK00.220.670.27
HSL40.16º50%48.63%-
HSV(B)40.16º66.67%72.94%-
XYZ31.2431.048.9-
YUV147.879.58155.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 62 (24.61% from 255) = 15.78%
R=47.33%
G=36.90%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861456200.220.670.2740.165048.63
HexBA913E016431B283231
Octal2722217602610333506261
Binary1011101010010001111110010110100001111011101000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA913E; }

 p { color: rgb(186,145,62); }

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

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

 a { background-color: rgb(186,145,62); }

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

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

 span { border-color: rgb(186,145,62); }

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