Html Css Color HEX #BA795D Japonica

📋 copy color: '#BA795D'

red 186 ◦ green 121 ◦ blue 93

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

Shades of Japonica #BA795D

Tints of Japonica #BA795D

RGB

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

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

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

R = 46.5%
G = 30.25%
B = 23.25%

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

#BA795D (or 0xBA795D) is known color: Japonica. HEX triplet: BA, 79 and 5D. RGB value is (186,121,93). Sum of RGB (Red+Green+Blue) = 186+121+93=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA795D is #4586A2. Grayscale: #898989. Windows color (decimal): -4556451 or 6126010. OLE color: 6126010.

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

Color convert

RGB 186 121 93 -
CMYK 0 0.35 0.5 0.27
HSL 18.06º 0.4% 0.55% -
HSV(B) 18.06º 0.5% 0.73% -
XYZ 29.06 24.9 13.63 -
YUV 137.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 186 121 93 0 0.35 0.5 0.27 18.06 0.4 0.55
Hex BA 79 5D 0 23 32 1B 12 28 37
Octal 272 171 135 0 43 62 33 22 50 67
Binary 10111010 1111001 1011101 0 100011 110010 11011 10010 101000 110111

Color Harmonies of #BA795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA795D

Black with #BA795D

Text Example


Text Example

White with #BA795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA795D; }

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

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

background-color css

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

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

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

border-color css

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

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

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