Html Css Color HEX #B18861 Medium Wood

📋 copy color: '#B18861'

red 177 ◦ green 136 ◦ blue 97

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

Shades of Medium Wood #B18861

Tints of Medium Wood #B18861

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.17%

 BLUE value IS 97 (38.28% from 255) = 23.66%

R = 43.17%
G = 33.17%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B18861 (or 0xB18861) is known color: Medium Wood. HEX triplet: B1, 88 and 61. RGB value is (177,136,97). Sum of RGB (Red+Green+Blue) = 177+136+97=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B18861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18861 is #4E779E. Grayscale: #909090. Windows color (decimal): -5142431 or 6391985. OLE color: 6391985.

HSL color Cylindrical-coordinate representation of color #B18861: hue angle of 29.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B18861 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 136 97 -
CMYK 0 0.23 0.45 0.31
HSL 29.25º 0.34% 0.54% -
HSV(B) 29.25º 0.45% 0.69% -
XYZ 29.09 27.82 15.15 -
YUV 143.81 101.58 151.67 -
System Red Green Blue C M Y K H S L
Decimal 177 136 97 0 0.23 0.45 0.31 29.25 0.34 0.54
Hex B1 88 61 0 17 2D 1F 1D 22 36
Octal 261 210 141 0 27 55 37 35 42 66
Binary 10110001 10001000 1100001 0 10111 101101 11111 11101 100010 110110

Color Harmonies of #B18861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18861

Black with #B18861

Text Example


Text Example

White with #B18861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18861; }

 p { color: rgb(177,136,97); }

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

background-color css

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

 a { background-color: rgb(177,136,97); }

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

border-color css

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

 span { border-color: rgb(177,136,97); }

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