#BA775B

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

Shades of Japonica #BA775B

Tints of Japonica #BA775B

Color information

#BA775B (or 0xBA775B) is unknown color: approx Japonica. HEX triplet: BA, 77 and 5B. RGB value is (186,119,91). Sum of RGB (Red+Green+Blue) = 186+119+91=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA775B is #4588A4. Grayscale: #888888. Windows color (decimal): -4556965 or 5994426. OLE color: 5994426.

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

Color convert

RGB18611991-
CMYK00.360.510.27
HSL17.68º40.77%54.31%-
HSV(B)17.68º51.08%72.94%-
XYZ28.7324.3913.09-
YUV135.84102.7163.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 119 (46.88% from 255) = 30.05%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=46.97%
G=30.05%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861199100.360.510.2717.6840.7754.31
HexBA775B024331B122936
Octal2721671330446333225166
Binary101110101110111101101101001001100111101110010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA775B; }

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

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

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

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

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

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

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

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