#BA745C

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

Shades of Japonica #BA745C

Tints of Japonica #BA745C

Color information

#BA745C (or 0xBA745C) is unknown color: approx Japonica. HEX triplet: BA, 74 and 5C. RGB value is (186,116,92). Sum of RGB (Red+Green+Blue) = 186+116+92=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA745C is #458BA3. Grayscale: #868686. Windows color (decimal): -4557732 or 6059194. OLE color: 6059194.

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

Color convert

RGB18611692-
CMYK00.380.510.27
HSL15.32º40.52%54.51%-
HSV(B)15.32º50.54%72.94%-
XYZ28.4323.713.2-
YUV134.19104.19164.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 92 (36.33% from 255) = 23.35%
R=47.21%
G=29.44%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861169200.380.510.2715.3240.5254.51
HexBA745C026331Bf2937
Octal2721641340466333175167
Binary10111010111010010111000100110110011110111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA745C; }

 p { color: rgb(186,116,92); }

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

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

 a { background-color: rgb(186,116,92); }

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

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

 span { border-color: rgb(186,116,92); }

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