Html Css Color HEX #B1805B Medium Wood

📋 copy color: '#B1805B'

red 177 ◦ green 128 ◦ blue 91

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

Shades of Medium Wood #B1805B

Tints of Medium Wood #B1805B

RGB

 RED value IS 177 (69.53% from 255) = 44.7%

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

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

R = 44.7%
G = 32.32%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1805B (or 0xB1805B) is known color: Medium Wood. HEX triplet: B1, 80 and 5B. RGB value is (177,128,91). Sum of RGB (Red+Green+Blue) = 177+128+91=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1805B is #4E7FA4. Grayscale: #8A8A8A. Windows color (decimal): -5144485 or 5996721. OLE color: 5996721.

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

Color convert

RGB 177 128 91 -
CMYK 0 0.28 0.49 0.31
HSL 25.81º 0.36% 0.53% -
HSV(B) 25.81º 0.49% 0.69% -
XYZ 27.74 25.54 13.37 -
YUV 138.43 101.23 155.51 -
System Red Green Blue C M Y K H S L
Decimal 177 128 91 0 0.28 0.49 0.31 25.81 0.36 0.53
Hex B1 80 5B 0 1C 31 1F 1A 24 35
Octal 261 200 133 0 34 61 37 32 44 65
Binary 10110001 10000000 1011011 0 11100 110001 11111 11010 100100 110101

Color Harmonies of #B1805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1805B

Black with #B1805B

Text Example


Text Example

White with #B1805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1805B; }

 p { color: rgb(177,128,91); }

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

background-color css

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

 a { background-color: rgb(177,128,91); }

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

border-color css

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

 span { border-color: rgb(177,128,91); }

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