#BA765C

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

Shades of Japonica #BA765C

Tints of Japonica #BA765C

Color information

#BA765C (or 0xBA765C) is unknown color: approx Japonica. HEX triplet: BA, 76 and 5C. RGB value is (186,118,92). Sum of RGB (Red+Green+Blue) = 186+118+92=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA765C is #4589A3. Grayscale: #878787. Windows color (decimal): -4557220 or 6059706. OLE color: 6059706.

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

Color convert

RGB18611892-
CMYK00.370.510.27
HSL16.6º40.52%54.51%-
HSV(B)16.6º50.54%72.94%-
XYZ28.6624.1713.28-
YUV135.37103.53164.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=46.97%
G=29.80%
B=23.23%

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
Decimal1861189200.370.510.2716.640.5254.51
HexBA765C025331B112937
Octal2721661340456333215167
Binary101110101110110101110001001011100111101110001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA765C; }

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

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

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

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

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

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

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

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