Html Css Color HEX #B5876B Medium Wood

📋 copy color: '#B5876B'

red 181 ◦ green 135 ◦ blue 107

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

Shades of Medium Wood #B5876B

Tints of Medium Wood #B5876B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.3%

R = 42.79%
G = 31.91%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5876B (or 0xB5876B) is known color: Medium Wood. HEX triplet: B5, 87 and 6B. RGB value is (181,135,107). Sum of RGB (Red+Green+Blue) = 181+135+107=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5876B is #4A7894. Grayscale: #919191. Windows color (decimal): -4880533 or 7047093. OLE color: 7047093.

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

Color convert

RGB 181 135 107 -
CMYK 0 0.25 0.41 0.29
HSL 22.7º 0.33% 0.56% -
HSV(B) 22.7º 0.41% 0.71% -
XYZ 30.37 28.21 17.75 -
YUV 145.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 181 135 107 0 0.25 0.41 0.29 22.7 0.33 0.56
Hex B5 87 6B 0 19 29 1D 17 21 38
Octal 265 207 153 0 31 51 35 27 41 70
Binary 10110101 10000111 1101011 0 11001 101001 11101 10111 100001 111000

Color Harmonies of #B5876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5876B

Black with #B5876B

Text Example


Text Example

White with #B5876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5876B; }

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

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

background-color css

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

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

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

border-color css

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

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

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