Html Css Color HEX #BA7A57 Japonica

📋 copy color: '#BA7A57'

red 186 ◦ green 122 ◦ blue 87

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

Shades of Japonica #BA7A57

Tints of Japonica #BA7A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.03%

R = 47.09%
G = 30.89%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA7A57 (or 0xBA7A57) is known color: Japonica. HEX triplet: BA, 7A and 57. RGB value is (186,122,87). Sum of RGB (Red+Green+Blue) = 186+122+87=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A57 is #4585A8. Grayscale: #898989. Windows color (decimal): -4556201 or 5733050. OLE color: 5733050.

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

Color convert

RGB 186 122 87 -
CMYK 0 0.34 0.53 0.27
HSL 21.21º 0.42% 0.54% -
HSV(B) 21.21º 0.53% 0.73% -
XYZ 28.93 25.05 12.33 -
YUV 137.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 186 122 87 0 0.34 0.53 0.27 21.21 0.42 0.54
Hex BA 7A 57 0 22 35 1B 15 2A 36
Octal 272 172 127 0 42 65 33 25 52 66
Binary 10111010 1111010 1010111 0 100010 110101 11011 10101 101010 110110

Color Harmonies of #BA7A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A57

Black with #BA7A57

Text Example


Text Example

White with #BA7A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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