Html Css Color HEX #BA795A Japonica

📋 copy color: '#BA795A'

red 186 ◦ green 121 ◦ blue 90

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

Shades of Japonica #BA795A

Tints of Japonica #BA795A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.67%

R = 46.85%
G = 30.48%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA795A (or 0xBA795A) is known color: Japonica. HEX triplet: BA, 79 and 5A. RGB value is (186,121,90). Sum of RGB (Red+Green+Blue) = 186+121+90=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA795A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA795A is #4586A5. Grayscale: #898989. Windows color (decimal): -4556454 or 5929402. OLE color: 5929402.

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

Color convert

RGB 186 121 90 -
CMYK 0 0.35 0.52 0.27
HSL 19.38º 0.41% 0.54% -
HSV(B) 19.38º 0.52% 0.73% -
XYZ 28.93 24.85 12.94 -
YUV 136.9 101.53 163.02 -
System Red Green Blue C M Y K H S L
Decimal 186 121 90 0 0.35 0.52 0.27 19.38 0.41 0.54
Hex BA 79 5A 0 23 34 1B 13 29 36
Octal 272 171 132 0 43 64 33 23 51 66
Binary 10111010 1111001 1011010 0 100011 110100 11011 10011 101001 110110

Color Harmonies of #BA795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA795A

Black with #BA795A

Text Example


Text Example

White with #BA795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA795A; }

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

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

background-color css

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

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

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

border-color css

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

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

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