Html Css Color HEX #B0805E Medium Wood

📋 copy color: '#B0805E'

red 176 ◦ green 128 ◦ blue 94

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

Shades of Medium Wood #B0805E

Tints of Medium Wood #B0805E

RGB

 RED value IS 176 (69.14% from 255) = 44.22%

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

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

R = 44.22%
G = 32.16%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0805E (or 0xB0805E) is known color: Medium Wood. HEX triplet: B0, 80 and 5E. RGB value is (176,128,94). Sum of RGB (Red+Green+Blue) = 176+128+94=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0805E is #4F7FA1. Grayscale: #8A8A8A. Windows color (decimal): -5210018 or 6193328. OLE color: 6193328.

HSL color Cylindrical-coordinate representation of color #B0805E: hue angle of 24.88º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0805E is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 128 94 -
CMYK 0 0.27 0.47 0.31
HSL 24.88º 0.34% 0.53% -
HSV(B) 24.88º 0.47% 0.69% -
XYZ 27.64 25.48 14.05 -
YUV 138.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 176 128 94 0 0.27 0.47 0.31 24.88 0.34 0.53
Hex B0 80 5E 0 1B 2F 1F 19 22 35
Octal 260 200 136 0 33 57 37 31 42 65
Binary 10110000 10000000 1011110 0 11011 101111 11111 11001 100010 110101

Color Harmonies of #B0805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0805E

Black with #B0805E

Text Example


Text Example

White with #B0805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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