Html Css Color HEX #BA745C Japonica

📋 copy color: '#BA745C'

red 186 ◦ green 116 ◦ blue 92

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

Shades of Japonica #BA745C

Tints of Japonica #BA745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.44%

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

R = 47.21%
G = 29.44%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA745C (or 0xBA745C) is known color: Japonica. HEX triplet: BA, 74 and 5C. RGB value is (186,116,92). Sum of RGB (Red+Green+Blue) = 186+116+92=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA745C is #458BA3. Grayscale: #868686. Windows color (decimal): -4557732 or 6059194. OLE color: 6059194.

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

Color convert

RGB 186 116 92 -
CMYK 0 0.38 0.51 0.27
HSL 15.32º 0.41% 0.55% -
HSV(B) 15.32º 0.51% 0.73% -
XYZ 28.43 23.7 13.2 -
YUV 134.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 186 116 92 0 0.38 0.51 0.27 15.32 0.41 0.55
Hex BA 74 5C 0 26 33 1B F 29 37
Octal 272 164 134 0 46 63 33 17 51 67
Binary 10111010 1110100 1011100 0 100110 110011 11011 1111 101001 110111

Color Harmonies of #BA745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA745C

Black with #BA745C

Text Example


Text Example

White with #BA745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA745C; }

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

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

background-color css

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

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

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

border-color css

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

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

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