Html Css Color HEX #B5835C Medium Wood

📋 copy color: '#B5835C'

red 181 ◦ green 131 ◦ blue 92

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

Shades of Medium Wood #B5835C

Tints of Medium Wood #B5835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.77%

R = 44.8%
G = 32.43%
B = 22.77%

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

#B5835C (or 0xB5835C) is known color: Medium Wood. HEX triplet: B5, 83 and 5C. RGB value is (181,131,92). Sum of RGB (Red+Green+Blue) = 181+131+92=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5835C is #4A7CA3. Grayscale: #8D8D8D. Windows color (decimal): -4881572 or 6063029. OLE color: 6063029.

HSL color Cylindrical-coordinate representation of color #B5835C: hue angle of 26.29º degrees, saturation: 0.38, 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 #B5835C is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 131 92 -
CMYK 0 0.28 0.49 0.29
HSL 26.29º 0.38% 0.54% -
HSV(B) 26.29º 0.49% 0.71% -
XYZ 29.1 26.83 13.77 -
YUV 141.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 181 131 92 0 0.28 0.49 0.29 26.29 0.38 0.54
Hex B5 83 5C 0 1C 31 1D 1A 26 36
Octal 265 203 134 0 34 61 35 32 46 66
Binary 10110101 10000011 1011100 0 11100 110001 11101 11010 100110 110110

Color Harmonies of #B5835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5835C

Black with #B5835C

Text Example


Text Example

White with #B5835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5835C; }

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

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

background-color css

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

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

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

border-color css

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

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

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