Html Css Color HEX #BA775A Japonica

📋 copy color: '#BA775A'

red 186 ◦ green 119 ◦ blue 90

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

Shades of Japonica #BA775A

Tints of Japonica #BA775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.13%

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

R = 47.09%
G = 30.13%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA775A (or 0xBA775A) is known color: Japonica. HEX triplet: BA, 77 and 5A. RGB value is (186,119,90). Sum of RGB (Red+Green+Blue) = 186+119+90=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA775A is #4588A5. Grayscale: #878787. Windows color (decimal): -4556966 or 5928890. OLE color: 5928890.

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

Color convert

RGB 186 119 90 -
CMYK 0 0.36 0.52 0.27
HSL 18.13º 0.41% 0.54% -
HSV(B) 18.13º 0.52% 0.73% -
XYZ 28.69 24.37 12.86 -
YUV 135.73 102.2 163.86 -
System Red Green Blue C M Y K H S L
Decimal 186 119 90 0 0.36 0.52 0.27 18.13 0.41 0.54
Hex BA 77 5A 0 24 34 1B 12 29 36
Octal 272 167 132 0 44 64 33 22 51 66
Binary 10111010 1110111 1011010 0 100100 110100 11011 10010 101001 110110

Color Harmonies of #BA775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA775A

Black with #BA775A

Text Example


Text Example

White with #BA775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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