Html Css Color HEX #BA825D Medium Wood

📋 copy color: '#BA825D'

red 186 ◦ green 130 ◦ blue 93

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

Shades of Medium Wood #BA825D

Tints of Medium Wood #BA825D

RGB

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

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

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

R = 45.48%
G = 31.78%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA825D (or 0xBA825D) is known color: Medium Wood. HEX triplet: BA, 82 and 5D. RGB value is (186,130,93). Sum of RGB (Red+Green+Blue) = 186+130+93=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA825D is #457DA2. Grayscale: #8E8E8E. Windows color (decimal): -4554147 or 6128314. OLE color: 6128314.

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

Color convert

RGB 186 130 93 -
CMYK 0 0.30 0.5 0.27
HSL 23.87º 0.4% 0.55% -
HSV(B) 23.87º 0.5% 0.73% -
XYZ 30.21 27.19 14.01 -
YUV 142.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 186 130 93 0 0.30 0.5 0.27 23.87 0.4 0.55
Hex BA 82 5D 0 1E 32 1B 18 28 37
Octal 272 202 135 0 36 62 33 30 50 67
Binary 10111010 10000010 1011101 0 11110 110010 11011 11000 101000 110111

Color Harmonies of #BA825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA825D

Black with #BA825D

Text Example


Text Example

White with #BA825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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