Html Css Color HEX #BA8165 Medium Wood

📋 copy color: '#BA8165'

red 186 ◦ green 129 ◦ blue 101

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

Shades of Medium Wood #BA8165

Tints of Medium Wood #BA8165

RGB

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

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

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

R = 44.71%
G = 31.01%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA8165 (or 0xBA8165) is known color: Medium Wood. HEX triplet: BA, 81 and 65. RGB value is (186,129,101). Sum of RGB (Red+Green+Blue) = 186+129+101=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8165 is #457E9A. Grayscale: #8F8F8F. Windows color (decimal): -4554395 or 6652346. OLE color: 6652346.

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

Color convert

RGB 186 129 101 -
CMYK 0 0.31 0.46 0.27
HSL 19.76º 0.38% 0.56% -
HSV(B) 19.76º 0.46% 0.73% -
XYZ 30.45 27.08 15.93 -
YUV 142.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 186 129 101 0 0.31 0.46 0.27 19.76 0.38 0.56
Hex BA 81 65 0 1F 2E 1B 14 26 38
Octal 272 201 145 0 37 56 33 24 46 70
Binary 10111010 10000001 1100101 0 11111 101110 11011 10100 100110 111000

Color Harmonies of #BA8165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8165

Black with #BA8165

Text Example


Text Example

White with #BA8165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8165; }

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

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

background-color css

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

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

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

border-color css

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

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

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