#BA7858

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

Shades of Japonica #BA7858

Tints of Japonica #BA7858

Color information

#BA7858 (or 0xBA7858) is unknown color: approx Japonica. HEX triplet: BA, 78 and 58. RGB value is (186,120,88). Sum of RGB (Red+Green+Blue) = 186+120+88=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7858 is #4587A7. Grayscale: #888888. Windows color (decimal): -4556712 or 5798074. OLE color: 5798074.

HSL color Cylindrical-coordinate representation of color #BA7858: hue angle of 19.59º 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 #BA7858 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18612088-
CMYK00.350.530.27
HSL19.59º41.53%53.73%-
HSV(B)19.59º52.69%72.94%-
XYZ28.7324.5812.46-
YUV136.09100.87163.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 88 (34.77% from 255) = 22.34%
R=47.21%
G=30.46%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861208800.350.530.2719.5941.5353.73
HexBA7858023351B142a36
Octal2721701300436533245266
Binary101110101111000101100001000111101011101110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7858; }

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

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

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

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

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

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

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

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