Html Css Color HEX #B5835D Medium Wood

📋 copy color: '#B5835D'

red 181 ◦ green 131 ◦ blue 93

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

Shades of Medium Wood #B5835D

Tints of Medium Wood #B5835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

 BLUE value IS 93 (36.72% from 255) = 22.96%

R = 44.69%
G = 32.35%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5835D (or 0xB5835D) is known color: Medium Wood. HEX triplet: B5, 83 and 5D. RGB value is (181,131,93). Sum of RGB (Red+Green+Blue) = 181+131+93=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5835D is #4A7CA2. Grayscale: #8D8D8D. Windows color (decimal): -4881571 or 6128565. OLE color: 6128565.

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

Color convert

RGB 181 131 93 -
CMYK 0 0.28 0.49 0.29
HSL 25.91º 0.37% 0.54% -
HSV(B) 25.91º 0.49% 0.71% -
XYZ 29.15 26.85 14 -
YUV 141.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 181 131 93 0 0.28 0.49 0.29 25.91 0.37 0.54
Hex B5 83 5D 0 1C 31 1D 1A 25 36
Octal 265 203 135 0 34 61 35 32 45 66
Binary 10110101 10000011 1011101 0 11100 110001 11101 11010 100101 110110

Color Harmonies of #B5835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5835D

Black with #B5835D

Text Example


Text Example

White with #B5835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5835D; }

 p { color: rgb(181,131,93); }

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

background-color css

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

 a { background-color: rgb(181,131,93); }

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

border-color css

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

 span { border-color: rgb(181,131,93); }

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