Html Css Color HEX #BA785E Japonica

📋 copy color: '#BA785E'

red 186 ◦ green 120 ◦ blue 94

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

Shades of Japonica #BA785E

Tints of Japonica #BA785E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.5%

R = 46.5%
G = 30%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA785E (or 0xBA785E) is known color: Japonica. HEX triplet: BA, 78 and 5E. RGB value is (186,120,94). Sum of RGB (Red+Green+Blue) = 186+120+94=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA785E is #4587A1. Grayscale: #888888. Windows color (decimal): -4556706 or 6191290. OLE color: 6191290.

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

Color convert

RGB 186 120 94 -
CMYK 0 0.35 0.49 0.27
HSL 16.96º 0.4% 0.55% -
HSV(B) 16.96º 0.49% 0.73% -
XYZ 28.99 24.68 13.83 -
YUV 136.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 186 120 94 0 0.35 0.49 0.27 16.96 0.4 0.55
Hex BA 78 5E 0 23 31 1B 11 28 37
Octal 272 170 136 0 43 61 33 21 50 67
Binary 10111010 1111000 1011110 0 100011 110001 11011 10001 101000 110111

Color Harmonies of #BA785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA785E

Black with #BA785E

Text Example


Text Example

White with #BA785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA785E; }

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

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

background-color css

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

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

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

border-color css

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

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

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