Html Css Color HEX #B5876D Medium Wood

📋 copy color: '#B5876D'

red 181 ◦ green 135 ◦ blue 109

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

Shades of Medium Wood #B5876D

Tints of Medium Wood #B5876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.76%

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 42.59%
G = 31.76%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5876D (or 0xB5876D) is known color: Medium Wood. HEX triplet: B5, 87 and 6D. RGB value is (181,135,109). Sum of RGB (Red+Green+Blue) = 181+135+109=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5876D is #4A7892. Grayscale: #919191. Windows color (decimal): -4880531 or 7178165. OLE color: 7178165.

HSL color Cylindrical-coordinate representation of color #B5876D: hue angle of 21.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5876D is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 135 109 -
CMYK 0 0.25 0.40 0.29
HSL 21.67º 0.33% 0.57% -
HSV(B) 21.67º 0.4% 0.71% -
XYZ 30.48 28.26 18.32 -
YUV 145.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 181 135 109 0 0.25 0.40 0.29 21.67 0.33 0.57
Hex B5 87 6D 0 19 28 1D 16 21 39
Octal 265 207 155 0 31 50 35 26 41 71
Binary 10110101 10000111 1101101 0 11001 101000 11101 10110 100001 111001

Color Harmonies of #B5876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5876D

Black with #B5876D

Text Example


Text Example

White with #B5876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5876D; }

 p { color: rgb(181,135,109); }

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

background-color css

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

 a { background-color: rgb(181,135,109); }

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

border-color css

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

 span { border-color: rgb(181,135,109); }

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