Html Css Color HEX #B5815D Medium Wood

📋 copy color: '#B5815D'

red 181 ◦ green 129 ◦ blue 93

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

Shades of Medium Wood #B5815D

Tints of Medium Wood #B5815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.01%

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

R = 44.91%
G = 32.01%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5815D (or 0xB5815D) is known color: Medium Wood. HEX triplet: B5, 81 and 5D. RGB value is (181,129,93). Sum of RGB (Red+Green+Blue) = 181+129+93=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5815D is #4A7EA2. Grayscale: #8C8C8C. Windows color (decimal): -4882083 or 6128053. OLE color: 6128053.

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

Color convert

RGB 181 129 93 -
CMYK 0 0.29 0.49 0.29
HSL 24.55º 0.37% 0.54% -
HSV(B) 24.55º 0.49% 0.71% -
XYZ 28.88 26.31 13.91 -
YUV 140.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 181 129 93 0 0.29 0.49 0.29 24.55 0.37 0.54
Hex B5 81 5D 0 1D 31 1D 19 25 36
Octal 265 201 135 0 35 61 35 31 45 66
Binary 10110101 10000001 1011101 0 11101 110001 11101 11001 100101 110110

Color Harmonies of #B5815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5815D

Black with #B5815D

Text Example


Text Example

White with #B5815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5815D; }

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

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

background-color css

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

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

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

border-color css

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

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

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