Html Css Color HEX #BA815D Medium Wood

📋 copy color: '#BA815D'

red 186 ◦ green 129 ◦ blue 93

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

Shades of Medium Wood #BA815D

Tints of Medium Wood #BA815D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.79%

R = 45.59%
G = 31.62%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA815D (or 0xBA815D) is known color: Medium Wood. HEX triplet: BA, 81 and 5D. RGB value is (186,129,93). Sum of RGB (Red+Green+Blue) = 186+129+93=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA815D is #457EA2. Grayscale: #8E8E8E. Windows color (decimal): -4554403 or 6128058. OLE color: 6128058.

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

Color convert

RGB 186 129 93 -
CMYK 0 0.31 0.5 0.27
HSL 23.23º 0.4% 0.55% -
HSV(B) 23.23º 0.5% 0.73% -
XYZ 30.08 26.93 13.97 -
YUV 141.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 186 129 93 0 0.31 0.5 0.27 23.23 0.4 0.55
Hex BA 81 5D 0 1F 32 1B 17 28 37
Octal 272 201 135 0 37 62 33 27 50 67
Binary 10111010 10000001 1011101 0 11111 110010 11011 10111 101000 110111

Color Harmonies of #BA815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA815D

Black with #BA815D

Text Example


Text Example

White with #BA815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA815D; }

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

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

background-color css

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

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

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

border-color css

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

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

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