Html Css Color HEX #BA705A Japonica

📋 copy color: '#BA705A'

red 186 ◦ green 112 ◦ blue 90

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

Shades of Japonica #BA705A

Tints of Japonica #BA705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.87%

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

R = 47.94%
G = 28.87%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA705A (or 0xBA705A) is known color: Japonica. HEX triplet: BA, 70 and 5A. RGB value is (186,112,90). Sum of RGB (Red+Green+Blue) = 186+112+90=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA705A is #458FA5. Grayscale: #838383. Windows color (decimal): -4558758 or 5927098. OLE color: 5927098.

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

Color convert

RGB 186 112 90 -
CMYK 0 0.40 0.52 0.27
HSL 13.75º 0.41% 0.54% -
HSV(B) 13.75º 0.52% 0.73% -
XYZ 27.89 22.77 12.6 -
YUV 131.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 186 112 90 0 0.40 0.52 0.27 13.75 0.41 0.54
Hex BA 70 5A 0 28 34 1B E 29 36
Octal 272 160 132 0 50 64 33 16 51 66
Binary 10111010 1110000 1011010 0 101000 110100 11011 1110 101001 110110

Color Harmonies of #BA705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA705A

Black with #BA705A

Text Example


Text Example

White with #BA705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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