Html Css Color HEX #BA765B Japonica

📋 copy color: '#BA765B'

red 186 ◦ green 118 ◦ blue 91

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

Shades of Japonica #BA765B

Tints of Japonica #BA765B

RGB

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

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

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

R = 47.09%
G = 29.87%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA765B (or 0xBA765B) is known color: Japonica. HEX triplet: BA, 76 and 5B. RGB value is (186,118,91). Sum of RGB (Red+Green+Blue) = 186+118+91=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA765B is #4589A4. Grayscale: #878787. Windows color (decimal): -4557221 or 5994170. OLE color: 5994170.

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

Color convert

RGB 186 118 91 -
CMYK 0 0.37 0.51 0.27
HSL 17.05º 0.41% 0.54% -
HSV(B) 17.05º 0.51% 0.73% -
XYZ 28.62 24.15 13.05 -
YUV 135.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 186 118 91 0 0.37 0.51 0.27 17.05 0.41 0.54
Hex BA 76 5B 0 25 33 1B 11 29 36
Octal 272 166 133 0 45 63 33 21 51 66
Binary 10111010 1110110 1011011 0 100101 110011 11011 10001 101001 110110

Color Harmonies of #BA765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA765B

Black with #BA765B

Text Example


Text Example

White with #BA765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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