Html Css Color HEX #B5855E Medium Wood

📋 copy color: '#B5855E'

red 181 ◦ green 133 ◦ blue 94

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

Shades of Medium Wood #B5855E

Tints of Medium Wood #B5855E

RGB

 RED value IS 181 (71.09% from 255) = 44.36%

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

 BLUE value IS 94 (37.11% from 255) = 23.04%

R = 44.36%
G = 32.6%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5855E (or 0xB5855E) is known color: Medium Wood. HEX triplet: B5, 85 and 5E. RGB value is (181,133,94). Sum of RGB (Red+Green+Blue) = 181+133+94=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5855E is #4A7AA1. Grayscale: #8F8F8F. Windows color (decimal): -4881058 or 6194613. OLE color: 6194613.

HSL color Cylindrical-coordinate representation of color #B5855E: hue angle of 26.9º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5855E is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 133 94 -
CMYK 0 0.27 0.48 0.29
HSL 26.9º 0.37% 0.54% -
HSV(B) 26.9º 0.48% 0.71% -
XYZ 29.46 27.41 14.33 -
YUV 142.91 100.4 155.17 -
System Red Green Blue C M Y K H S L
Decimal 181 133 94 0 0.27 0.48 0.29 26.9 0.37 0.54
Hex B5 85 5E 0 1B 30 1D 1B 25 36
Octal 265 205 136 0 33 60 35 33 45 66
Binary 10110101 10000101 1011110 0 11011 110000 11101 11011 100101 110110

Color Harmonies of #B5855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5855E

Black with #B5855E

Text Example


Text Example

White with #B5855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5855E; }

 p { color: rgb(181,133,94); }

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

background-color css

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

 a { background-color: rgb(181,133,94); }

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

border-color css

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

 span { border-color: rgb(181,133,94); }

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