Html Css Color HEX #BA815E Medium Wood

📋 copy color: '#BA815E'

red 186 ◦ green 129 ◦ blue 94

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

Shades of Medium Wood #BA815E

Tints of Medium Wood #BA815E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.98%

R = 45.48%
G = 31.54%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA815E (or 0xBA815E) is known color: Medium Wood. HEX triplet: BA, 81 and 5E. RGB value is (186,129,94). Sum of RGB (Red+Green+Blue) = 186+129+94=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA815E is #457EA1. Grayscale: #8E8E8E. Windows color (decimal): -4554402 or 6193594. OLE color: 6193594.

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

Color convert

RGB 186 129 94 -
CMYK 0 0.31 0.49 0.27
HSL 22.83º 0.4% 0.55% -
HSV(B) 22.83º 0.49% 0.73% -
XYZ 30.12 26.95 14.2 -
YUV 142.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 186 129 94 0 0.31 0.49 0.27 22.83 0.4 0.55
Hex BA 81 5E 0 1F 31 1B 17 28 37
Octal 272 201 136 0 37 61 33 27 50 67
Binary 10111010 10000001 1011110 0 11111 110001 11011 10111 101000 110111

Color Harmonies of #BA815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA815E

Black with #BA815E

Text Example


Text Example

White with #BA815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA815E; }

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

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

background-color css

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

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

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

border-color css

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

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

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