Html Css Color HEX #BA7758 Japonica

📋 copy color: '#BA7758'

red 186 ◦ green 119 ◦ blue 88

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

Shades of Japonica #BA7758

Tints of Japonica #BA7758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.28%

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

R = 47.33%
G = 30.28%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA7758 (or 0xBA7758) is known color: Japonica. HEX triplet: BA, 77 and 58. RGB value is (186,119,88). Sum of RGB (Red+Green+Blue) = 186+119+88=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7758 is #4588A7. Grayscale: #878787. Windows color (decimal): -4556968 or 5797818. OLE color: 5797818.

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

Color convert

RGB 186 119 88 -
CMYK 0 0.36 0.53 0.27
HSL 18.98º 0.42% 0.54% -
HSV(B) 18.98º 0.53% 0.73% -
XYZ 28.61 24.34 12.42 -
YUV 135.5 101.2 164.02 -
System Red Green Blue C M Y K H S L
Decimal 186 119 88 0 0.36 0.53 0.27 18.98 0.42 0.54
Hex BA 77 58 0 24 35 1B 13 2A 36
Octal 272 167 130 0 44 65 33 23 52 66
Binary 10111010 1110111 1011000 0 100100 110101 11011 10011 101010 110110

Color Harmonies of #BA7758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7758

Black with #BA7758

Text Example


Text Example

White with #BA7758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7758; }

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

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

background-color css

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

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

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

border-color css

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

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

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