Html Css Color HEX #BA8163 Medium Wood

📋 copy color: '#BA8163'

red 186 ◦ green 129 ◦ blue 99

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

Shades of Medium Wood #BA8163

Tints of Medium Wood #BA8163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.16%

 BLUE value IS 99 (39.06% from 255) = 23.91%

R = 44.93%
G = 31.16%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA8163 (or 0xBA8163) is known color: Medium Wood. HEX triplet: BA, 81 and 63. RGB value is (186,129,99). Sum of RGB (Red+Green+Blue) = 186+129+99=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8163 is #457E9C. Grayscale: #8E8E8E. Windows color (decimal): -4554397 or 6521274. OLE color: 6521274.

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

Color convert

RGB 186 129 99 -
CMYK 0 0.31 0.47 0.27
HSL 20.69º 0.39% 0.56% -
HSV(B) 20.69º 0.47% 0.73% -
XYZ 30.35 27.04 15.42 -
YUV 142.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 186 129 99 0 0.31 0.47 0.27 20.69 0.39 0.56
Hex BA 81 63 0 1F 2F 1B 15 27 38
Octal 272 201 143 0 37 57 33 25 47 70
Binary 10111010 10000001 1100011 0 11111 101111 11011 10101 100111 111000

Color Harmonies of #BA8163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8163

Black with #BA8163

Text Example


Text Example

White with #BA8163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8163; }

 p { color: rgb(186,129,99); }

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

background-color css

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

 a { background-color: rgb(186,129,99); }

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

border-color css

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

 span { border-color: rgb(186,129,99); }

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