Html Css Color HEX #BA7659 Japonica

📋 copy color: '#BA7659'

red 186 ◦ green 118 ◦ blue 89

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

Shades of Japonica #BA7659

Tints of Japonica #BA7659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.65%

R = 47.33%
G = 30.03%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA7659 (or 0xBA7659) is known color: Japonica. HEX triplet: BA, 76 and 59. RGB value is (186,118,89). Sum of RGB (Red+Green+Blue) = 186+118+89=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7659 is #4589A6. Grayscale: #878787. Windows color (decimal): -4557223 or 5863098. OLE color: 5863098.

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

Color convert

RGB 186 118 89 -
CMYK 0 0.37 0.52 0.27
HSL 17.94º 0.41% 0.54% -
HSV(B) 17.94º 0.52% 0.73% -
XYZ 28.53 24.12 12.6 -
YUV 135.03 102.03 164.36 -
System Red Green Blue C M Y K H S L
Decimal 186 118 89 0 0.37 0.52 0.27 17.94 0.41 0.54
Hex BA 76 59 0 25 34 1B 12 29 36
Octal 272 166 131 0 45 64 33 22 51 66
Binary 10111010 1110110 1011001 0 100101 110100 11011 10010 101001 110110

Color Harmonies of #BA7659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7659

Black with #BA7659

Text Example


Text Example

White with #BA7659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7659; }

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

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

background-color css

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

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

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

border-color css

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

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

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