Html Css Color HEX #BA8567 Medium Wood

📋 copy color: '#BA8567'

red 186 ◦ green 133 ◦ blue 103

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

Shades of Medium Wood #BA8567

Tints of Medium Wood #BA8567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

 BLUE value IS 103 (40.63% from 255) = 24.41%

R = 44.08%
G = 31.52%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA8567 (or 0xBA8567) is known color: Medium Wood. HEX triplet: BA, 85 and 67. RGB value is (186,133,103). Sum of RGB (Red+Green+Blue) = 186+133+103=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8567 is #457A98. Grayscale: #919191. Windows color (decimal): -4553369 or 6784442. OLE color: 6784442.

HSL color Cylindrical-coordinate representation of color #BA8567: hue angle of 21.69º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA8567 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 133 103 -
CMYK 0 0.28 0.45 0.27
HSL 21.69º 0.38% 0.57% -
HSV(B) 21.69º 0.45% 0.73% -
XYZ 31.09 28.19 16.64 -
YUV 145.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 186 133 103 0 0.28 0.45 0.27 21.69 0.38 0.57
Hex BA 85 67 0 1C 2D 1B 16 26 39
Octal 272 205 147 0 34 55 33 26 46 71
Binary 10111010 10000101 1100111 0 11100 101101 11011 10110 100110 111001

Color Harmonies of #BA8567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8567

Black with #BA8567

Text Example


Text Example

White with #BA8567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8567; }

 p { color: rgb(186,133,103); }

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

background-color css

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

 a { background-color: rgb(186,133,103); }

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

border-color css

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

 span { border-color: rgb(186,133,103); }

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