Html Css Color HEX #BA8261 Medium Wood

📋 copy color: '#BA8261'

red 186 ◦ green 130 ◦ blue 97

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

Shades of Medium Wood #BA8261

Tints of Medium Wood #BA8261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.48%

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

R = 45.04%
G = 31.48%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA8261 (or 0xBA8261) is known color: Medium Wood. HEX triplet: BA, 82 and 61. RGB value is (186,130,97). Sum of RGB (Red+Green+Blue) = 186+130+97=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8261 is #457D9E. Grayscale: #8F8F8F. Windows color (decimal): -4554143 or 6390458. OLE color: 6390458.

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

Color convert

RGB 186 130 97 -
CMYK 0 0.30 0.48 0.27
HSL 22.25º 0.39% 0.55% -
HSV(B) 22.25º 0.48% 0.73% -
XYZ 30.39 27.27 14.97 -
YUV 142.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 186 130 97 0 0.30 0.48 0.27 22.25 0.39 0.55
Hex BA 82 61 0 1E 30 1B 16 27 37
Octal 272 202 141 0 36 60 33 26 47 67
Binary 10111010 10000010 1100001 0 11110 110000 11011 10110 100111 110111

Color Harmonies of #BA8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8261

Black with #BA8261

Text Example


Text Example

White with #BA8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8261; }

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

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

background-color css

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

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

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

border-color css

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

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

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