Html Css Color HEX #BA7C61 Medium Wood

📋 copy color: '#BA7C61'

red 186 ◦ green 124 ◦ blue 97

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

Shades of Medium Wood #BA7C61

Tints of Medium Wood #BA7C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.47%

 BLUE value IS 97 (38.28% from 255) = 23.83%

R = 45.7%
G = 30.47%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA7C61 (or 0xBA7C61) is known color: Medium Wood. HEX triplet: BA, 7C and 61. RGB value is (186,124,97). Sum of RGB (Red+Green+Blue) = 186+124+97=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C61 is #45839E. Grayscale: #8B8B8B. Windows color (decimal): -4555679 or 6388922. OLE color: 6388922.

HSL color Cylindrical-coordinate representation of color #BA7C61: hue angle of 18.2º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA7C61 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 124 97 -
CMYK 0 0.33 0.48 0.27
HSL 18.2º 0.39% 0.55% -
HSV(B) 18.2º 0.48% 0.73% -
XYZ 29.62 25.72 14.71 -
YUV 139.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 186 124 97 0 0.33 0.48 0.27 18.2 0.39 0.55
Hex BA 7C 61 0 21 30 1B 12 27 37
Octal 272 174 141 0 41 60 33 22 47 67
Binary 10111010 1111100 1100001 0 100001 110000 11011 10010 100111 110111

Color Harmonies of #BA7C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C61

Black with #BA7C61

Text Example


Text Example

White with #BA7C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C61; }

 p { color: rgb(186,124,97); }

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

background-color css

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

 a { background-color: rgb(186,124,97); }

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

border-color css

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

 span { border-color: rgb(186,124,97); }

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