#BA923C

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

Shades of Pizza #BA923C

Tints of Pizza #BA923C

Color information

#BA923C (or 0xBA923C) is unknown color: approx Pizza. HEX triplet: BA, 92 and 3C. RGB value is (186,146,60). Sum of RGB (Red+Green+Blue) = 186+146+60=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA923C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA923C is #456DC3. Grayscale: #949494. Windows color (decimal): -4550084 or 3969722. OLE color: 3969722.

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

Color convert

RGB18614660-
CMYK00.220.680.27
HSL40.95º51.22%48.24%-
HSV(B)40.95º67.74%72.94%-
XYZ31.3431.328.67-
YUV148.1678.25154.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 60 (23.83% from 255) = 15.31%
R=47.45%
G=37.24%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861466000.220.680.2740.9551.2248.24
HexBA923C016441B293330
Octal2722227402610433516360
Binary1011101010010010111100010110100010011011101001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA923C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA923C; }

 p { color: rgb(186,146,60); }

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

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

 a { background-color: rgb(186,146,60); }

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

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

 span { border-color: rgb(186,146,60); }

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