Html Css Color HEX #BA755A Japonica

📋 copy color: '#BA755A'

red 186 ◦ green 117 ◦ blue 90

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

Shades of Japonica #BA755A

Tints of Japonica #BA755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.77%

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

R = 47.33%
G = 29.77%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA755A (or 0xBA755A) is known color: Japonica. HEX triplet: BA, 75 and 5A. RGB value is (186,117,90). Sum of RGB (Red+Green+Blue) = 186+117+90=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA755A is #458AA5. Grayscale: #868686. Windows color (decimal): -4557478 or 5928378. OLE color: 5928378.

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

Color convert

RGB 186 117 90 -
CMYK 0 0.37 0.52 0.27
HSL 16.88º 0.41% 0.54% -
HSV(B) 16.88º 0.52% 0.73% -
XYZ 28.46 23.9 12.79 -
YUV 134.55 102.86 164.7 -
System Red Green Blue C M Y K H S L
Decimal 186 117 90 0 0.37 0.52 0.27 16.88 0.41 0.54
Hex BA 75 5A 0 25 34 1B 11 29 36
Octal 272 165 132 0 45 64 33 21 51 66
Binary 10111010 1110101 1011010 0 100101 110100 11011 10001 101001 110110

Color Harmonies of #BA755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA755A

Black with #BA755A

Text Example


Text Example

White with #BA755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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