Html Css Color HEX #BA7259 Japonica

📋 copy color: '#BA7259'

red 186 ◦ green 114 ◦ blue 89

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

Shades of Japonica #BA7259

Tints of Japonica #BA7259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

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

R = 47.81%
G = 29.31%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA7259 (or 0xBA7259) is known color: Japonica. HEX triplet: BA, 72 and 59. RGB value is (186,114,89). Sum of RGB (Red+Green+Blue) = 186+114+89=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7259 is #458DA6. Grayscale: #848484. Windows color (decimal): -4558247 or 5862074. OLE color: 5862074.

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

Color convert

RGB 186 114 89 -
CMYK 0 0.39 0.52 0.27
HSL 15.46º 0.41% 0.54% -
HSV(B) 15.46º 0.52% 0.73% -
XYZ 28.07 23.2 12.45 -
YUV 132.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 186 114 89 0 0.39 0.52 0.27 15.46 0.41 0.54
Hex BA 72 59 0 27 34 1B F 29 36
Octal 272 162 131 0 47 64 33 17 51 66
Binary 10111010 1110010 1011001 0 100111 110100 11011 1111 101001 110110

Color Harmonies of #BA7259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7259

Black with #BA7259

Text Example


Text Example

White with #BA7259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7259; }

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

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

background-color css

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

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

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

border-color css

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

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

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