Html Css Color HEX #B1806B Medium Wood

📋 copy color: '#B1806B'

red 177 ◦ green 128 ◦ blue 107

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

Shades of Medium Wood #B1806B

Tints of Medium Wood #B1806B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.97%

R = 42.96%
G = 31.07%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1806B (or 0xB1806B) is known color: Medium Wood. HEX triplet: B1, 80 and 6B. RGB value is (177,128,107). Sum of RGB (Red+Green+Blue) = 177+128+107=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1806B is #4E7F94. Grayscale: #8C8C8C. Windows color (decimal): -5144469 or 7045297. OLE color: 7045297.

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

Color convert

RGB 177 128 107 -
CMYK 0 0.28 0.40 0.31
HSL 18º 0.31% 0.56% -
HSV(B) 18º 0.4% 0.69% -
XYZ 28.5 25.85 17.4 -
YUV 140.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 177 128 107 0 0.28 0.40 0.31 18 0.31 0.56
Hex B1 80 6B 0 1C 28 1F 12 1F 38
Octal 261 200 153 0 34 50 37 22 37 70
Binary 10110001 10000000 1101011 0 11100 101000 11111 10010 11111 111000

Color Harmonies of #B1806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1806B

Black with #B1806B

Text Example


Text Example

White with #B1806B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1806B; }

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

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

background-color css

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

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

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

border-color css

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

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

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