#BA755B

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

Shades of Japonica #BA755B

Tints of Japonica #BA755B

Color information

#BA755B (or 0xBA755B) is unknown color: approx Japonica. HEX triplet: BA, 75 and 5B. RGB value is (186,117,91). Sum of RGB (Red+Green+Blue) = 186+117+91=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA755B is #458AA4. Grayscale: #868686. Windows color (decimal): -4557477 or 5993914. OLE color: 5993914.

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

Color convert

RGB18611791-
CMYK00.370.510.27
HSL16.42º40.77%54.31%-
HSV(B)16.42º51.08%72.94%-
XYZ28.523.9213.01-
YUV134.67103.36164.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 91 (35.94% from 255) = 23.10%
R=47.21%
G=29.70%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861179100.370.510.2716.4240.7754.31
HexBA755B025331B102936
Octal2721651330456333205166
Binary101110101110101101101101001011100111101110000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA755B; }

 p { color: rgb(186,117,91); }

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

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

 a { background-color: rgb(186,117,91); }

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

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

 span { border-color: rgb(186,117,91); }

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