Html Css Color HEX #B1806C Medium Wood

📋 copy color: '#B1806C'

red 177 ◦ green 128 ◦ blue 108

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

Shades of Medium Wood #B1806C

Tints of Medium Wood #B1806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.15%

R = 42.86%
G = 30.99%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1806C (or 0xB1806C) is known color: Medium Wood. HEX triplet: B1, 80 and 6C. RGB value is (177,128,108). Sum of RGB (Red+Green+Blue) = 177+128+108=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1806C is #4E7F93. Grayscale: #8C8C8C. Windows color (decimal): -5144468 or 7110833. OLE color: 7110833.

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

Color convert

RGB 177 128 108 -
CMYK 0 0.28 0.39 0.31
HSL 17.39º 0.31% 0.56% -
HSV(B) 17.39º 0.39% 0.69% -
XYZ 28.56 25.87 17.68 -
YUV 140.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 177 128 108 0 0.28 0.39 0.31 17.39 0.31 0.56
Hex B1 80 6C 0 1C 27 1F 11 1F 38
Octal 261 200 154 0 34 47 37 21 37 70
Binary 10110001 10000000 1101100 0 11100 100111 11111 10001 11111 111000

Color Harmonies of #B1806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1806C

Black with #B1806C

Text Example


Text Example

White with #B1806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1806C; }

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

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

background-color css

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

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

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

border-color css

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

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

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