Html Css Color HEX #BA795E Japonica

📋 copy color: '#BA795E'

red 186 ◦ green 121 ◦ blue 94

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

Shades of Japonica #BA795E

Tints of Japonica #BA795E

RGB

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

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

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

R = 46.38%
G = 30.17%
B = 23.44%

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

#BA795E (or 0xBA795E) is known color: Japonica. HEX triplet: BA, 79 and 5E. RGB value is (186,121,94). Sum of RGB (Red+Green+Blue) = 186+121+94=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA795E is #4586A1. Grayscale: #898989. Windows color (decimal): -4556450 or 6191546. OLE color: 6191546.

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

Color convert

RGB 186 121 94 -
CMYK 0 0.35 0.49 0.27
HSL 17.61º 0.4% 0.55% -
HSV(B) 17.61º 0.49% 0.73% -
XYZ 29.11 24.92 13.87 -
YUV 137.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 186 121 94 0 0.35 0.49 0.27 17.61 0.4 0.55
Hex BA 79 5E 0 23 31 1B 12 28 37
Octal 272 171 136 0 43 61 33 22 50 67
Binary 10111010 1111001 1011110 0 100011 110001 11011 10010 101000 110111

Color Harmonies of #BA795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA795E

Black with #BA795E

Text Example


Text Example

White with #BA795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA795E; }

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

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

background-color css

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

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

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

border-color css

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

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

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