Html Css Color HEX #BA7857 Japonica

📋 copy color: '#BA7857'

red 186 ◦ green 120 ◦ blue 87

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

Shades of Japonica #BA7857

Tints of Japonica #BA7857

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.53%

 BLUE value IS 87 (34.38% from 255) = 22.14%

R = 47.33%
G = 30.53%
B = 22.14%

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

#BA7857 (or 0xBA7857) is known color: Japonica. HEX triplet: BA, 78 and 57. RGB value is (186,120,87). Sum of RGB (Red+Green+Blue) = 186+120+87=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7857 is #4587A8. Grayscale: #888888. Windows color (decimal): -4556713 or 5732538. OLE color: 5732538.

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

Color convert

RGB 186 120 87 -
CMYK 0 0.35 0.53 0.27
HSL 20º 0.42% 0.54% -
HSV(B) 20º 0.53% 0.73% -
XYZ 28.69 24.56 12.25 -
YUV 135.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 186 120 87 0 0.35 0.53 0.27 20 0.42 0.54
Hex BA 78 57 0 23 35 1B 14 2A 36
Octal 272 170 127 0 43 65 33 24 52 66
Binary 10111010 1111000 1010111 0 100011 110101 11011 10100 101010 110110

Color Harmonies of #BA7857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7857

Black with #BA7857

Text Example


Text Example

White with #BA7857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7857; }

 p { color: rgb(186,120,87); }

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

background-color css

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

 a { background-color: rgb(186,120,87); }

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

border-color css

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

 span { border-color: rgb(186,120,87); }

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