Html Css Color HEX #B5845B Medium Wood

📋 copy color: '#B5845B'

red 181 ◦ green 132 ◦ blue 91

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

Shades of Medium Wood #B5845B

Tints of Medium Wood #B5845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 91 (35.94% from 255) = 22.52%

R = 44.8%
G = 32.67%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5845B (or 0xB5845B) is known color: Medium Wood. HEX triplet: B5, 84 and 5B. RGB value is (181,132,91). Sum of RGB (Red+Green+Blue) = 181+132+91=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5845B is #4A7BA4. Grayscale: #8E8E8E. Windows color (decimal): -4881317 or 5997749. OLE color: 5997749.

HSL color Cylindrical-coordinate representation of color #B5845B: hue angle of 27.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5845B is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 132 91 -
CMYK 0 0.27 0.50 0.29
HSL 27.33º 0.38% 0.53% -
HSV(B) 27.33º 0.5% 0.71% -
XYZ 29.2 27.08 13.59 -
YUV 141.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 181 132 91 0 0.27 0.50 0.29 27.33 0.38 0.53
Hex B5 84 5B 0 1B 32 1D 1B 26 35
Octal 265 204 133 0 33 62 35 33 46 65
Binary 10110101 10000100 1011011 0 11011 110010 11101 11011 100110 110101

Color Harmonies of #B5845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5845B

Black with #B5845B

Text Example


Text Example

White with #B5845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5845B; }

 p { color: rgb(181,132,91); }

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

background-color css

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

 a { background-color: rgb(181,132,91); }

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

border-color css

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

 span { border-color: rgb(181,132,91); }

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