Html Css Color HEX #B5855C Medium Wood

📋 copy color: '#B5855C'

red 181 ◦ green 133 ◦ blue 92

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

Shades of Medium Wood #B5855C

Tints of Medium Wood #B5855C

RGB

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

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

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

R = 44.58%
G = 32.76%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5855C (or 0xB5855C) is known color: Medium Wood. HEX triplet: B5, 85 and 5C. RGB value is (181,133,92). Sum of RGB (Red+Green+Blue) = 181+133+92=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5855C is #4A7AA3. Grayscale: #8E8E8E. Windows color (decimal): -4881060 or 6063541. OLE color: 6063541.

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

Color convert

RGB 181 133 92 -
CMYK 0 0.27 0.49 0.29
HSL 27.64º 0.38% 0.54% -
HSV(B) 27.64º 0.49% 0.71% -
XYZ 29.38 27.37 13.86 -
YUV 142.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 181 133 92 0 0.27 0.49 0.29 27.64 0.38 0.54
Hex B5 85 5C 0 1B 31 1D 1C 26 36
Octal 265 205 134 0 33 61 35 34 46 66
Binary 10110101 10000101 1011100 0 11011 110001 11101 11100 100110 110110

Color Harmonies of #B5855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5855C

Black with #B5855C

Text Example


Text Example

White with #B5855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5855C; }

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

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

background-color css

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

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

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

border-color css

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

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

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