Html Css Color HEX #BA765D Japonica

📋 copy color: '#BA765D'

red 186 ◦ green 118 ◦ blue 93

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

Shades of Japonica #BA765D

Tints of Japonica #BA765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.72%

 BLUE value IS 93 (36.72% from 255) = 23.43%

R = 46.85%
G = 29.72%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA765D (or 0xBA765D) is known color: Japonica. HEX triplet: BA, 76 and 5D. RGB value is (186,118,93). Sum of RGB (Red+Green+Blue) = 186+118+93=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA765D is #4589A2. Grayscale: #878787. Windows color (decimal): -4557219 or 6125242. OLE color: 6125242.

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

Color convert

RGB 186 118 93 -
CMYK 0 0.37 0.5 0.27
HSL 16.13º 0.4% 0.55% -
HSV(B) 16.13º 0.5% 0.73% -
XYZ 28.7 24.19 13.51 -
YUV 135.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 186 118 93 0 0.37 0.5 0.27 16.13 0.4 0.55
Hex BA 76 5D 0 25 32 1B 10 28 37
Octal 272 166 135 0 45 62 33 20 50 67
Binary 10111010 1110110 1011101 0 100101 110010 11011 10000 101000 110111

Color Harmonies of #BA765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA765D

Black with #BA765D

Text Example


Text Example

White with #BA765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA765D; }

 p { color: rgb(186,118,93); }

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

background-color css

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

 a { background-color: rgb(186,118,93); }

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

border-color css

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

 span { border-color: rgb(186,118,93); }

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