Html Css Color HEX #BA795C Japonica

📋 copy color: '#BA795C'

red 186 ◦ green 121 ◦ blue 92

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

Shades of Japonica #BA795C

Tints of Japonica #BA795C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.06%

R = 46.62%
G = 30.33%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA795C (or 0xBA795C) is known color: Japonica. HEX triplet: BA, 79 and 5C. RGB value is (186,121,92). Sum of RGB (Red+Green+Blue) = 186+121+92=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA795C is #4586A3. Grayscale: #898989. Windows color (decimal): -4556452 or 6060474. OLE color: 6060474.

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

Color convert

RGB 186 121 92 -
CMYK 0 0.35 0.51 0.27
HSL 18.51º 0.41% 0.55% -
HSV(B) 18.51º 0.51% 0.73% -
XYZ 29.02 24.89 13.4 -
YUV 137.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 186 121 92 0 0.35 0.51 0.27 18.51 0.41 0.55
Hex BA 79 5C 0 23 33 1B 13 29 37
Octal 272 171 134 0 43 63 33 23 51 67
Binary 10111010 1111001 1011100 0 100011 110011 11011 10011 101001 110111

Color Harmonies of #BA795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA795C

Black with #BA795C

Text Example


Text Example

White with #BA795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA795C; }

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

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

background-color css

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

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

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

border-color css

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

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

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