#BA7258

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

Shades of Japonica #BA7258

Tints of Japonica #BA7258

Color information

#BA7258 (or 0xBA7258) is unknown color: approx Japonica. HEX triplet: BA, 72 and 58. RGB value is (186,114,88). Sum of RGB (Red+Green+Blue) = 186+114+88=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7258 is #458DA7. Grayscale: #848484. Windows color (decimal): -4558248 or 5796538. OLE color: 5796538.

HSL color Cylindrical-coordinate representation of color #BA7258: hue angle of 15.92º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA7258 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18611488-
CMYK00.390.530.27
HSL15.92º41.53%53.73%-
HSV(B)15.92º52.69%72.94%-
XYZ28.0323.1812.23-
YUV132.56102.85166.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 114 (44.92% from 255) = 29.38%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=47.94%
G=29.38%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861148800.390.530.2715.9241.5353.73
HexBA7258027351B102a36
Octal2721621300476533205266
Binary101110101110010101100001001111101011101110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7258; }

 p { color: rgb(186,114,88); }

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

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

 a { background-color: rgb(186,114,88); }

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

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

 span { border-color: rgb(186,114,88); }

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