Html Css Color HEX #BA785D Japonica

📋 copy color: '#BA785D'

red 186 ◦ green 120 ◦ blue 93

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

Shades of Japonica #BA785D

Tints of Japonica #BA785D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.31%

R = 46.62%
G = 30.08%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA785D (or 0xBA785D) is known color: Japonica. HEX triplet: BA, 78 and 5D. RGB value is (186,120,93). Sum of RGB (Red+Green+Blue) = 186+120+93=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA785D is #4587A2. Grayscale: #888888. Windows color (decimal): -4556707 or 6125754. OLE color: 6125754.

HSL color Cylindrical-coordinate representation of color #BA785D: hue angle of 17.42º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA785D is Cyan = 0, Magento = 0.35, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 120 93 -
CMYK 0 0.35 0.5 0.27
HSL 17.42º 0.4% 0.55% -
HSV(B) 17.42º 0.5% 0.73% -
XYZ 28.94 24.66 13.59 -
YUV 136.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 186 120 93 0 0.35 0.5 0.27 17.42 0.4 0.55
Hex BA 78 5D 0 23 32 1B 11 28 37
Octal 272 170 135 0 43 62 33 21 50 67
Binary 10111010 1111000 1011101 0 100011 110010 11011 10001 101000 110111

Color Harmonies of #BA785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA785D

Black with #BA785D

Text Example


Text Example

White with #BA785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA785D; }

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

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

background-color css

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

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

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

border-color css

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

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

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