Html Css Color HEX #BA795F Japonica

📋 copy color: '#BA795F'

red 186 ◦ green 121 ◦ blue 95

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

Shades of Japonica #BA795F

Tints of Japonica #BA795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.1%

 BLUE value IS 95 (37.5% from 255) = 23.63%

R = 46.27%
G = 30.1%
B = 23.63%

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

#BA795F (or 0xBA795F) is known color: Japonica. HEX triplet: BA, 79 and 5F. RGB value is (186,121,95). Sum of RGB (Red+Green+Blue) = 186+121+95=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA795F is #4586A0. Grayscale: #898989. Windows color (decimal): -4556449 or 6257082. OLE color: 6257082.

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

Color convert

RGB 186 121 95 -
CMYK 0 0.35 0.49 0.27
HSL 17.14º 0.4% 0.55% -
HSV(B) 17.14º 0.49% 0.73% -
XYZ 29.15 24.94 14.1 -
YUV 137.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 186 121 95 0 0.35 0.49 0.27 17.14 0.4 0.55
Hex BA 79 5F 0 23 31 1B 11 28 37
Octal 272 171 137 0 43 61 33 21 50 67
Binary 10111010 1111001 1011111 0 100011 110001 11011 10001 101000 110111

Color Harmonies of #BA795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA795F

Black with #BA795F

Text Example


Text Example

White with #BA795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA795F; }

 p { color: rgb(186,121,95); }

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

background-color css

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

 a { background-color: rgb(186,121,95); }

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

border-color css

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

 span { border-color: rgb(186,121,95); }

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