Html Css Color HEX #BA7B5C Medium Wood

📋 copy color: '#BA7B5C'

red 186 ◦ green 123 ◦ blue 92

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

Shades of Medium Wood #BA7B5C

Tints of Medium Wood #BA7B5C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

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

R = 46.38%
G = 30.67%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA7B5C (or 0xBA7B5C) is known color: Medium Wood. HEX triplet: BA, 7B and 5C. RGB value is (186,123,92). Sum of RGB (Red+Green+Blue) = 186+123+92=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B5C is #4584A3. Grayscale: #8A8A8A. Windows color (decimal): -4555940 or 6060986. OLE color: 6060986.

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

Color convert

RGB 186 123 92 -
CMYK 0 0.34 0.51 0.27
HSL 19.79º 0.41% 0.55% -
HSV(B) 19.79º 0.51% 0.73% -
XYZ 29.26 25.38 13.48 -
YUV 138.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 186 123 92 0 0.34 0.51 0.27 19.79 0.41 0.55
Hex BA 7B 5C 0 22 33 1B 14 29 37
Octal 272 173 134 0 42 63 33 24 51 67
Binary 10111010 1111011 1011100 0 100010 110011 11011 10100 101001 110111

Color Harmonies of #BA7B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B5C

Black with #BA7B5C

Text Example


Text Example

White with #BA7B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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