Html Css Color HEX #B5805E Medium Wood

📋 copy color: '#B5805E'

red 181 ◦ green 128 ◦ blue 94

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

Shades of Medium Wood #B5805E

Tints of Medium Wood #B5805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.76%

 BLUE value IS 94 (37.11% from 255) = 23.33%

R = 44.91%
G = 31.76%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5805E (or 0xB5805E) is known color: Medium Wood. HEX triplet: B5, 80 and 5E. RGB value is (181,128,94). Sum of RGB (Red+Green+Blue) = 181+128+94=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5805E is #4A7FA1. Grayscale: #8C8C8C. Windows color (decimal): -4882338 or 6193333. OLE color: 6193333.

HSL color Cylindrical-coordinate representation of color #B5805E: hue angle of 23.45º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5805E is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 128 94 -
CMYK 0 0.29 0.48 0.29
HSL 23.45º 0.37% 0.54% -
HSV(B) 23.45º 0.48% 0.71% -
XYZ 28.8 26.07 14.1 -
YUV 139.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 181 128 94 0 0.29 0.48 0.29 23.45 0.37 0.54
Hex B5 80 5E 0 1D 30 1D 17 25 36
Octal 265 200 136 0 35 60 35 27 45 66
Binary 10110101 10000000 1011110 0 11101 110000 11101 10111 100101 110110

Color Harmonies of #B5805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5805E

Black with #B5805E

Text Example


Text Example

White with #B5805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5805E; }

 p { color: rgb(181,128,94); }

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

background-color css

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

 a { background-color: rgb(181,128,94); }

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

border-color css

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

 span { border-color: rgb(181,128,94); }

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