Html Css Color HEX #BA7A58 Japonica

📋 copy color: '#BA7A58'

red 186 ◦ green 122 ◦ blue 88

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

Shades of Japonica #BA7A58

Tints of Japonica #BA7A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.22%

R = 46.97%
G = 30.81%
B = 22.22%

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

#BA7A58 (or 0xBA7A58) is known color: Japonica. HEX triplet: BA, 7A and 58. RGB value is (186,122,88). Sum of RGB (Red+Green+Blue) = 186+122+88=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A58 is #4585A7. Grayscale: #898989. Windows color (decimal): -4556200 or 5798586. OLE color: 5798586.

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

Color convert

RGB 186 122 88 -
CMYK 0 0.34 0.53 0.27
HSL 20.82º 0.42% 0.54% -
HSV(B) 20.82º 0.53% 0.73% -
XYZ 28.97 25.06 12.54 -
YUV 137.26 100.2 162.76 -
System Red Green Blue C M Y K H S L
Decimal 186 122 88 0 0.34 0.53 0.27 20.82 0.42 0.54
Hex BA 7A 58 0 22 35 1B 15 2A 36
Octal 272 172 130 0 42 65 33 25 52 66
Binary 10111010 1111010 1011000 0 100010 110101 11011 10101 101010 110110

Color Harmonies of #BA7A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A58

Black with #BA7A58

Text Example


Text Example

White with #BA7A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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