Html Css Color HEX #BA725B Japonica

📋 copy color: '#BA725B'

red 186 ◦ green 114 ◦ blue 91

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

Shades of Japonica #BA725B

Tints of Japonica #BA725B

RGB

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

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

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

R = 47.57%
G = 29.16%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA725B (or 0xBA725B) is known color: Japonica. HEX triplet: BA, 72 and 5B. RGB value is (186,114,91). Sum of RGB (Red+Green+Blue) = 186+114+91=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA725B is #458DA4. Grayscale: #858585. Windows color (decimal): -4558245 or 5993146. OLE color: 5993146.

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

Color convert

RGB 186 114 91 -
CMYK 0 0.39 0.51 0.27
HSL 14.53º 0.41% 0.54% -
HSV(B) 14.53º 0.51% 0.73% -
XYZ 28.16 23.23 12.9 -
YUV 132.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 186 114 91 0 0.39 0.51 0.27 14.53 0.41 0.54
Hex BA 72 5B 0 27 33 1B F 29 36
Octal 272 162 133 0 47 63 33 17 51 66
Binary 10111010 1110010 1011011 0 100111 110011 11011 1111 101001 110110

Color Harmonies of #BA725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA725B

Black with #BA725B

Text Example


Text Example

White with #BA725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA725B; }

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

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

background-color css

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

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

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

border-color css

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

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

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