Html Css Color HEX #BA7F5A Medium Wood

📋 copy color: '#BA7F5A'

red 186 ◦ green 127 ◦ blue 90

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

Shades of Medium Wood #BA7F5A

Tints of Medium Wood #BA7F5A

RGB

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

 GREEN value IS 127 (50% from 255) = 31.51%

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

R = 46.15%
G = 31.51%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA7F5A (or 0xBA7F5A) is known color: Medium Wood. HEX triplet: BA, 7F and 5A. RGB value is (186,127,90). Sum of RGB (Red+Green+Blue) = 186+127+90=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F5A is #4580A5. Grayscale: #8C8C8C. Windows color (decimal): -4554918 or 5930938. OLE color: 5930938.

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

Color convert

RGB 186 127 90 -
CMYK 0 0.32 0.52 0.27
HSL 23.13º 0.41% 0.54% -
HSV(B) 23.13º 0.52% 0.73% -
XYZ 29.68 26.36 13.2 -
YUV 140.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 186 127 90 0 0.32 0.52 0.27 23.13 0.41 0.54
Hex BA 7F 5A 0 20 34 1B 17 29 36
Octal 272 177 132 0 40 64 33 27 51 66
Binary 10111010 1111111 1011010 0 100000 110100 11011 10111 101001 110110

Color Harmonies of #BA7F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F5A

Black with #BA7F5A

Text Example


Text Example

White with #BA7F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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