Html Css Color HEX #BA7A5E Japonica

📋 copy color: '#BA7A5E'

red 186 ◦ green 122 ◦ blue 94

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

Shades of Japonica #BA7A5E

Tints of Japonica #BA7A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.38%

R = 46.27%
G = 30.35%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA7A5E (or 0xBA7A5E) is known color: Japonica. HEX triplet: BA, 7A and 5E. RGB value is (186,122,94). Sum of RGB (Red+Green+Blue) = 186+122+94=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A5E is #4585A1. Grayscale: #8A8A8A. Windows color (decimal): -4556194 or 6191802. OLE color: 6191802.

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

Color convert

RGB 186 122 94 -
CMYK 0 0.34 0.49 0.27
HSL 18.26º 0.4% 0.55% -
HSV(B) 18.26º 0.49% 0.73% -
XYZ 29.23 25.17 13.91 -
YUV 137.94 103.2 162.28 -
System Red Green Blue C M Y K H S L
Decimal 186 122 94 0 0.34 0.49 0.27 18.26 0.4 0.55
Hex BA 7A 5E 0 22 31 1B 12 28 37
Octal 272 172 136 0 42 61 33 22 50 67
Binary 10111010 1111010 1011110 0 100010 110001 11011 10010 101000 110111

Color Harmonies of #BA7A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A5E

Black with #BA7A5E

Text Example


Text Example

White with #BA7A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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