Html Css Color HEX #BA7F5C Medium Wood

📋 copy color: '#BA7F5C'

red 186 ◦ green 127 ◦ blue 92

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

Shades of Medium Wood #BA7F5C

Tints of Medium Wood #BA7F5C

RGB

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

 GREEN value IS 127 (50% from 255) = 31.36%

 BLUE value IS 92 (36.33% from 255) = 22.72%

R = 45.93%
G = 31.36%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA7F5C (or 0xBA7F5C) is known color: Medium Wood. HEX triplet: BA, 7F and 5C. RGB value is (186,127,92). Sum of RGB (Red+Green+Blue) = 186+127+92=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F5C is #4580A3. Grayscale: #8C8C8C. Windows color (decimal): -4554916 or 6062010. OLE color: 6062010.

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

Color convert

RGB 186 127 92 -
CMYK 0 0.32 0.51 0.27
HSL 22.34º 0.41% 0.55% -
HSV(B) 22.34º 0.51% 0.73% -
XYZ 29.77 26.39 13.65 -
YUV 140.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 186 127 92 0 0.32 0.51 0.27 22.34 0.41 0.55
Hex BA 7F 5C 0 20 33 1B 16 29 37
Octal 272 177 134 0 40 63 33 26 51 67
Binary 10111010 1111111 1011100 0 100000 110011 11011 10110 101001 110111

Color Harmonies of #BA7F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F5C

Black with #BA7F5C

Text Example


Text Example

White with #BA7F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F5C; }

 p { color: rgb(186,127,92); }

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

background-color css

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

 a { background-color: rgb(186,127,92); }

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

border-color css

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

 span { border-color: rgb(186,127,92); }

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