#BA6F59

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

Shades of Japonica #BA6F59

Tints of Japonica #BA6F59

Color information

#BA6F59 (or 0xBA6F59) is unknown color: approx Japonica. HEX triplet: BA, 6F and 59. RGB value is (186,111,89). Sum of RGB (Red+Green+Blue) = 186+111+89=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F59 is #4590A6. Grayscale: #838383. Windows color (decimal): -4559015 or 5861306. OLE color: 5861306.

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

Color convert

RGB18611189-
CMYK00.400.520.27
HSL13.61º41.28%53.92%-
HSV(B)13.61º52.15%72.94%-
XYZ27.7422.5312.34-
YUV130.92104.35167.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 111 (43.75% from 255) = 28.76%
BLUE value IS 89 (35.16% from 255) = 23.06%
R=48.19%
G=28.76%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861118900.400.520.2713.6141.2853.92
HexBA6F59028341Be2936
Octal2721571310506433165166
Binary10111010110111110110010101000110100110111110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F59; }

 p { color: rgb(186,111,89); }

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

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

 a { background-color: rgb(186,111,89); }

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

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

 span { border-color: rgb(186,111,89); }

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