Html Css Color HEX #BA8465 Medium Wood

📋 copy color: '#BA8465'

red 186 ◦ green 132 ◦ blue 101

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

Shades of Medium Wood #BA8465

Tints of Medium Wood #BA8465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.5%

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 44.39%
G = 31.5%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA8465 (or 0xBA8465) is known color: Medium Wood. HEX triplet: BA, 84 and 65. RGB value is (186,132,101). Sum of RGB (Red+Green+Blue) = 186+132+101=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8465 is #457B9A. Grayscale: #909090. Windows color (decimal): -4553627 or 6653114. OLE color: 6653114.

HSL color Cylindrical-coordinate representation of color #BA8465: hue angle of 21.88º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA8465 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 101 -
CMYK 0 0.29 0.46 0.27
HSL 21.88º 0.38% 0.56% -
HSV(B) 21.88º 0.46% 0.73% -
XYZ 30.85 27.88 16.07 -
YUV 144.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 186 132 101 0 0.29 0.46 0.27 21.88 0.38 0.56
Hex BA 84 65 0 1D 2E 1B 16 26 38
Octal 272 204 145 0 35 56 33 26 46 70
Binary 10111010 10000100 1100101 0 11101 101110 11011 10110 100110 111000

Color Harmonies of #BA8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8465

Black with #BA8465

Text Example


Text Example

White with #BA8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8465; }

 p { color: rgb(186,132,101); }

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

background-color css

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

 a { background-color: rgb(186,132,101); }

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

border-color css

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

 span { border-color: rgb(186,132,101); }

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