Html Css Color HEX #BA775B Japonica

📋 copy color: '#BA775B'

red 186 ◦ green 119 ◦ blue 91

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

Shades of Japonica #BA775B

Tints of Japonica #BA775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.98%

R = 46.97%
G = 30.05%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA775B (or 0xBA775B) is known color: Japonica. HEX triplet: BA, 77 and 5B. RGB value is (186,119,91). Sum of RGB (Red+Green+Blue) = 186+119+91=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA775B is #4588A4. Grayscale: #888888. Windows color (decimal): -4556965 or 5994426. OLE color: 5994426.

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

Color convert

RGB 186 119 91 -
CMYK 0 0.36 0.51 0.27
HSL 17.68º 0.41% 0.54% -
HSV(B) 17.68º 0.51% 0.73% -
XYZ 28.73 24.39 13.09 -
YUV 135.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 186 119 91 0 0.36 0.51 0.27 17.68 0.41 0.54
Hex BA 77 5B 0 24 33 1B 12 29 36
Octal 272 167 133 0 44 63 33 22 51 66
Binary 10111010 1110111 1011011 0 100100 110011 11011 10010 101001 110110

Color Harmonies of #BA775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA775B

Black with #BA775B

Text Example


Text Example

White with #BA775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA775B; }

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

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

background-color css

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

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

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

border-color css

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

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

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