Html Css Color HEX #B5835B Medium Wood

📋 copy color: '#B5835B'

red 181 ◦ green 131 ◦ blue 91

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

Shades of Medium Wood #B5835B

Tints of Medium Wood #B5835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.58%

R = 44.91%
G = 32.51%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5835B (or 0xB5835B) is known color: Medium Wood. HEX triplet: B5, 83 and 5B. RGB value is (181,131,91). Sum of RGB (Red+Green+Blue) = 181+131+91=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5835B is #4A7CA4. Grayscale: #8D8D8D. Windows color (decimal): -4881573 or 5997493. OLE color: 5997493.

HSL color Cylindrical-coordinate representation of color #B5835B: hue angle of 26.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5835B is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 131 91 -
CMYK 0 0.28 0.50 0.29
HSL 26.67º 0.38% 0.53% -
HSV(B) 26.67º 0.5% 0.71% -
XYZ 29.06 26.81 13.54 -
YUV 141.39 99.57 156.25 -
System Red Green Blue C M Y K H S L
Decimal 181 131 91 0 0.28 0.50 0.29 26.67 0.38 0.53
Hex B5 83 5B 0 1C 32 1D 1B 26 35
Octal 265 203 133 0 34 62 35 33 46 65
Binary 10110101 10000011 1011011 0 11100 110010 11101 11011 100110 110101

Color Harmonies of #B5835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5835B

Black with #B5835B

Text Example


Text Example

White with #B5835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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