Html Css Color HEX #B1836B Medium Wood

📋 copy color: '#B1836B'

red 177 ◦ green 131 ◦ blue 107

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

Shades of Medium Wood #B1836B

Tints of Medium Wood #B1836B

RGB

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

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

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

R = 42.65%
G = 31.57%
B = 25.78%

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

#B1836B (or 0xB1836B) is known color: Medium Wood. HEX triplet: B1, 83 and 6B. RGB value is (177,131,107). Sum of RGB (Red+Green+Blue) = 177+131+107=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1836B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1836B is #4E7C94. Grayscale: #8E8E8E. Windows color (decimal): -5143701 or 7046065. OLE color: 7046065.

HSL color Cylindrical-coordinate representation of color #B1836B: hue angle of 20.57º 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 #B1836B is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 107 -
CMYK 0 0.26 0.40 0.31
HSL 20.57º 0.31% 0.56% -
HSV(B) 20.57º 0.4% 0.69% -
XYZ 28.9 26.64 17.53 -
YUV 142.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 177 131 107 0 0.26 0.40 0.31 20.57 0.31 0.56
Hex B1 83 6B 0 1A 28 1F 15 1F 38
Octal 261 203 153 0 32 50 37 25 37 70
Binary 10110001 10000011 1101011 0 11010 101000 11111 10101 11111 111000

Color Harmonies of #B1836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1836B

Black with #B1836B

Text Example


Text Example

White with #B1836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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