#B38461

Color #B38461 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #B38461

Tints of Medium Wood #B38461

Color information

#B38461 (or 0xB38461) is unknown color: approx Medium Wood. HEX triplet: B3, 84 and 61. RGB value is (179,132,97). Sum of RGB (Red+Green+Blue) = 179+132+97=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B38461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38461 is #4C7B9E. Grayscale: #8E8E8E. Windows color (decimal): -5012383 or 6390963. OLE color: 6390963.

HSL color Cylindrical-coordinate representation of color #B38461: hue angle of 25.61º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B38461 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17913297-
CMYK00.260.460.30
HSL25.61º35.04%54.12%-
HSV(B)25.61º45.81%70.2%-
XYZ2926.9514.98-
YUV142.06102.57154.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 97 (38.28% from 255) = 23.77%
R=43.87%
G=32.35%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791329700.260.460.3025.6135.0454.12
HexB3846101A2E1E1a2336
Octal2632041410325636324366
Binary101100111000010011000010110101011101111011010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38461; }

 p { color: rgb(179,132,97); }

 H1.HeaderClassName
 {
   color: #B38461;
 }
 .AnyTagClassName
 {
   color: #B38461;
 }
</style>
background-color css

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

 a { background-color: rgb(179,132,97); }

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

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

 span { border-color: rgb(179,132,97); }

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