Html Css Color HEX #B5856B Medium Wood

📋 copy color: '#B5856B'

red 181 ◦ green 133 ◦ blue 107

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

Shades of Medium Wood #B5856B

Tints of Medium Wood #B5856B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.59%

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

R = 42.99%
G = 31.59%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5856B (or 0xB5856B) is known color: Medium Wood. HEX triplet: B5, 85 and 6B. RGB value is (181,133,107). Sum of RGB (Red+Green+Blue) = 181+133+107=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5856B is #4A7A94. Grayscale: #909090. Windows color (decimal): -4881045 or 7046581. OLE color: 7046581.

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

Color convert

RGB 181 133 107 -
CMYK 0 0.27 0.41 0.29
HSL 21.08º 0.33% 0.56% -
HSV(B) 21.08º 0.41% 0.71% -
XYZ 30.1 27.66 17.66 -
YUV 144.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 181 133 107 0 0.27 0.41 0.29 21.08 0.33 0.56
Hex B5 85 6B 0 1B 29 1D 15 21 38
Octal 265 205 153 0 33 51 35 25 41 70
Binary 10110101 10000101 1101011 0 11011 101001 11101 10101 100001 111000

Color Harmonies of #B5856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5856B

Black with #B5856B

Text Example


Text Example

White with #B5856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5856B; }

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

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

background-color css

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

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

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

border-color css

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

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

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