Html Css Color HEX #BA7358 Japonica

📋 copy color: '#BA7358'

red 186 ◦ green 115 ◦ blue 88

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

Shades of Japonica #BA7358

Tints of Japonica #BA7358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.56%

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

R = 47.81%
G = 29.56%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA7358 (or 0xBA7358) is known color: Japonica. HEX triplet: BA, 73 and 58. RGB value is (186,115,88). Sum of RGB (Red+Green+Blue) = 186+115+88=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7358 is #458CA7. Grayscale: #858585. Windows color (decimal): -4557992 or 5796794. OLE color: 5796794.

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

Color convert

RGB 186 115 88 -
CMYK 0 0.38 0.53 0.27
HSL 16.53º 0.42% 0.54% -
HSV(B) 16.53º 0.53% 0.73% -
XYZ 28.14 23.41 12.27 -
YUV 133.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 186 115 88 0 0.38 0.53 0.27 16.53 0.42 0.54
Hex BA 73 58 0 26 35 1B 11 2A 36
Octal 272 163 130 0 46 65 33 21 52 66
Binary 10111010 1110011 1011000 0 100110 110101 11011 10001 101010 110110

Color Harmonies of #BA7358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7358

Black with #BA7358

Text Example


Text Example

White with #BA7358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7358; }

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

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

background-color css

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

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

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

border-color css

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

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

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