Html Css Color HEX #BA7A59 Japonica

📋 copy color: '#BA7A59'

red 186 ◦ green 122 ◦ blue 89

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

Shades of Japonica #BA7A59

Tints of Japonica #BA7A59

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.73%

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

R = 46.85%
G = 30.73%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA7A59 (or 0xBA7A59) is known color: Japonica. HEX triplet: BA, 7A and 59. RGB value is (186,122,89). Sum of RGB (Red+Green+Blue) = 186+122+89=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A59 is #4585A6. Grayscale: #898989. Windows color (decimal): -4556199 or 5864122. OLE color: 5864122.

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

Color convert

RGB 186 122 89 -
CMYK 0 0.34 0.52 0.27
HSL 20.41º 0.41% 0.54% -
HSV(B) 20.41º 0.52% 0.73% -
XYZ 29.01 25.08 12.76 -
YUV 137.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 186 122 89 0 0.34 0.52 0.27 20.41 0.41 0.54
Hex BA 7A 59 0 22 34 1B 14 29 36
Octal 272 172 131 0 42 64 33 24 51 66
Binary 10111010 1111010 1011001 0 100010 110100 11011 10100 101001 110110

Color Harmonies of #BA7A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A59

Black with #BA7A59

Text Example


Text Example

White with #BA7A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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