#BA765D

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

Shades of Japonica #BA765D

Tints of Japonica #BA765D

Color information

#BA765D (or 0xBA765D) is unknown color: approx Japonica. HEX triplet: BA, 76 and 5D. RGB value is (186,118,93). Sum of RGB (Red+Green+Blue) = 186+118+93=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA765D is #4589A2. Grayscale: #878787. Windows color (decimal): -4557219 or 6125242. OLE color: 6125242.

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

Color convert

RGB18611893-
CMYK00.370.50.27
HSL16.13º40.26%54.71%-
HSV(B)16.13º50%72.94%-
XYZ28.724.1913.51-
YUV135.48104.03164.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=46.85%
G=29.72%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861189300.370.50.2716.1340.2654.71
HexBA765D025321B102837
Octal2721661350456233205067
Binary101110101110110101110101001011100101101110000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA765D; }

 p { color: rgb(186,118,93); }

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

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

 a { background-color: rgb(186,118,93); }

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

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

 span { border-color: rgb(186,118,93); }

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