Html Css Color HEX #B1836A Medium Wood

📋 copy color: '#B1836A'

red 177 ◦ green 131 ◦ blue 106

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

Shades of Medium Wood #B1836A

Tints of Medium Wood #B1836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.64%

 BLUE value IS 106 (41.8% from 255) = 25.6%

R = 42.75%
G = 31.64%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1836A (or 0xB1836A) is known color: Medium Wood. HEX triplet: B1, 83 and 6A. RGB value is (177,131,106). Sum of RGB (Red+Green+Blue) = 177+131+106=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1836A is #4E7C95. Grayscale: #8E8E8E. Windows color (decimal): -5143702 or 6980529. OLE color: 6980529.

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

Color convert

RGB 177 131 106 -
CMYK 0 0.26 0.40 0.31
HSL 21.13º 0.31% 0.55% -
HSV(B) 21.13º 0.4% 0.69% -
XYZ 28.85 26.62 17.25 -
YUV 141.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 177 131 106 0 0.26 0.40 0.31 21.13 0.31 0.55
Hex B1 83 6A 0 1A 28 1F 15 1F 37
Octal 261 203 152 0 32 50 37 25 37 67
Binary 10110001 10000011 1101010 0 11010 101000 11111 10101 11111 110111

Color Harmonies of #B1836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1836A

Black with #B1836A

Text Example


Text Example

White with #B1836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1836A; }

 p { color: rgb(177,131,106); }

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

background-color css

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

 a { background-color: rgb(177,131,106); }

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

border-color css

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

 span { border-color: rgb(177,131,106); }

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