Html Css Color HEX #BA7558 Japonica

📋 copy color: '#BA7558'

red 186 ◦ green 117 ◦ blue 88

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

Shades of Japonica #BA7558

Tints of Japonica #BA7558

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.92%

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

R = 47.57%
G = 29.92%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA7558 (or 0xBA7558) is known color: Japonica. HEX triplet: BA, 75 and 58. RGB value is (186,117,88). Sum of RGB (Red+Green+Blue) = 186+117+88=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7558 is #458AA7. Grayscale: #868686. Windows color (decimal): -4557480 or 5797306. OLE color: 5797306.

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

Color convert

RGB 186 117 88 -
CMYK 0 0.37 0.53 0.27
HSL 17.76º 0.42% 0.54% -
HSV(B) 17.76º 0.53% 0.73% -
XYZ 28.37 23.87 12.34 -
YUV 134.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 186 117 88 0 0.37 0.53 0.27 17.76 0.42 0.54
Hex BA 75 58 0 25 35 1B 12 2A 36
Octal 272 165 130 0 45 65 33 22 52 66
Binary 10111010 1110101 1011000 0 100101 110101 11011 10010 101010 110110

Color Harmonies of #BA7558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7558

Black with #BA7558

Text Example


Text Example

White with #BA7558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7558; }

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

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

background-color css

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

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

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

border-color css

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

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

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