Html Css Color HEX #BA825E Medium Wood

📋 copy color: '#BA825E'

red 186 ◦ green 130 ◦ blue 94

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

Shades of Medium Wood #BA825E

Tints of Medium Wood #BA825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

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

R = 45.37%
G = 31.71%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA825E (or 0xBA825E) is known color: Medium Wood. HEX triplet: BA, 82 and 5E. RGB value is (186,130,94). Sum of RGB (Red+Green+Blue) = 186+130+94=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA825E is #457DA1. Grayscale: #8E8E8E. Windows color (decimal): -4554146 or 6193850. OLE color: 6193850.

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

Color convert

RGB 186 130 94 -
CMYK 0 0.30 0.49 0.27
HSL 23.48º 0.4% 0.55% -
HSV(B) 23.48º 0.49% 0.73% -
XYZ 30.25 27.21 14.25 -
YUV 142.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 186 130 94 0 0.30 0.49 0.27 23.48 0.4 0.55
Hex BA 82 5E 0 1E 31 1B 17 28 37
Octal 272 202 136 0 36 61 33 27 50 67
Binary 10111010 10000010 1011110 0 11110 110001 11011 10111 101000 110111

Color Harmonies of #BA825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA825E

Black with #BA825E

Text Example


Text Example

White with #BA825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA825E; }

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

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

background-color css

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

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

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

border-color css

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

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

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