Html Css Color HEX #BA7958 Japonica

📋 copy color: '#BA7958'

red 186 ◦ green 121 ◦ blue 88

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

Shades of Japonica #BA7958

Tints of Japonica #BA7958

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.63%

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

R = 47.09%
G = 30.63%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA7958 (or 0xBA7958) is known color: Japonica. HEX triplet: BA, 79 and 58. RGB value is (186,121,88). Sum of RGB (Red+Green+Blue) = 186+121+88=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7958 is #4586A7. Grayscale: #888888. Windows color (decimal): -4556456 or 5798330. OLE color: 5798330.

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

Color convert

RGB 186 121 88 -
CMYK 0 0.35 0.53 0.27
HSL 20.2º 0.42% 0.54% -
HSV(B) 20.2º 0.53% 0.73% -
XYZ 28.85 24.82 12.5 -
YUV 136.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 186 121 88 0 0.35 0.53 0.27 20.2 0.42 0.54
Hex BA 79 58 0 23 35 1B 14 2A 36
Octal 272 171 130 0 43 65 33 24 52 66
Binary 10111010 1111001 1011000 0 100011 110101 11011 10100 101010 110110

Color Harmonies of #BA7958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7958

Black with #BA7958

Text Example


Text Example

White with #BA7958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7958; }

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

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

background-color css

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

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

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

border-color css

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

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

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