Html Css Color HEX #BA725A Japonica

📋 copy color: '#BA725A'

red 186 ◦ green 114 ◦ blue 90

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

Shades of Japonica #BA725A

Tints of Japonica #BA725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.08%

R = 47.69%
G = 29.23%
B = 23.08%

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

#BA725A (or 0xBA725A) is known color: Japonica. HEX triplet: BA, 72 and 5A. RGB value is (186,114,90). Sum of RGB (Red+Green+Blue) = 186+114+90=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA725A is #458DA5. Grayscale: #848484. Windows color (decimal): -4558246 or 5927610. OLE color: 5927610.

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

Color convert

RGB 186 114 90 -
CMYK 0 0.39 0.52 0.27
HSL 15º 0.41% 0.54% -
HSV(B) 15º 0.52% 0.73% -
XYZ 28.11 23.21 12.67 -
YUV 132.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 186 114 90 0 0.39 0.52 0.27 15 0.41 0.54
Hex BA 72 5A 0 27 34 1B F 29 36
Octal 272 162 132 0 47 64 33 17 51 66
Binary 10111010 1110010 1011010 0 100111 110100 11011 1111 101001 110110

Color Harmonies of #BA725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA725A

Black with #BA725A

Text Example


Text Example

White with #BA725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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