Html Css Color HEX #BA775E Japonica

📋 copy color: '#BA775E'

red 186 ◦ green 119 ◦ blue 94

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

Shades of Japonica #BA775E

Tints of Japonica #BA775E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.56%

R = 46.62%
G = 29.82%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA775E (or 0xBA775E) is known color: Japonica. HEX triplet: BA, 77 and 5E. RGB value is (186,119,94). Sum of RGB (Red+Green+Blue) = 186+119+94=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA775E is #4588A1. Grayscale: #888888. Windows color (decimal): -4556962 or 6191034. OLE color: 6191034.

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

Color convert

RGB 186 119 94 -
CMYK 0 0.36 0.49 0.27
HSL 16.3º 0.4% 0.55% -
HSV(B) 16.3º 0.49% 0.73% -
XYZ 28.87 24.44 13.79 -
YUV 136.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 186 119 94 0 0.36 0.49 0.27 16.3 0.4 0.55
Hex BA 77 5E 0 24 31 1B 10 28 37
Octal 272 167 136 0 44 61 33 20 50 67
Binary 10111010 1110111 1011110 0 100100 110001 11011 10000 101000 110111

Color Harmonies of #BA775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA775E

Black with #BA775E

Text Example


Text Example

White with #BA775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA775E; }

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

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

background-color css

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

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

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

border-color css

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

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

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