Html Css Color HEX #BA7559 Japonica

📋 copy color: '#BA7559'

red 186 ◦ green 117 ◦ blue 89

#BA7559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #BA7559

Tints of Japonica #BA7559

RGB

 RED value IS 186 (73.05% from 255) = 47.45%

 GREEN value IS 117 (46.09% from 255) = 29.85%

 BLUE value IS 89 (35.16% from 255) = 22.7%

R = 47.45%
G = 29.85%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA7559 (or 0xBA7559) is known color: Japonica. HEX triplet: BA, 75 and 59. RGB value is (186,117,89). Sum of RGB (Red+Green+Blue) = 186+117+89=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7559 is #458AA6. Grayscale: #868686. Windows color (decimal): -4557479 or 5862842. OLE color: 5862842.

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

Color convert

RGB 186 117 89 -
CMYK 0 0.37 0.52 0.27
HSL 17.32º 0.41% 0.54% -
HSV(B) 17.32º 0.52% 0.73% -
XYZ 28.41 23.88 12.56 -
YUV 134.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 186 117 89 0 0.37 0.52 0.27 17.32 0.41 0.54
Hex BA 75 59 0 25 34 1B 11 29 36
Octal 272 165 131 0 45 64 33 21 51 66
Binary 10111010 1110101 1011001 0 100101 110100 11011 10001 101001 110110

Color Harmonies of #BA7559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7559

Black with #BA7559

Text Example


Text Example

White with #BA7559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7559; }

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

 H1.HeaderClassName
 {
   color: #BA7559;
 }
 .AnyTagClassName
 {
   color: #BA7559;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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