Html Css Color HEX #B18860 Medium Wood

📋 copy color: '#B18860'

red 177 ◦ green 136 ◦ blue 96

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

Shades of Medium Wood #B18860

Tints of Medium Wood #B18860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.47%

R = 43.28%
G = 33.25%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B18860 (or 0xB18860) is known color: Medium Wood. HEX triplet: B1, 88 and 60. RGB value is (177,136,96). Sum of RGB (Red+Green+Blue) = 177+136+96=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B18860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18860 is #4E779F. Grayscale: #8F8F8F. Windows color (decimal): -5142432 or 6326449. OLE color: 6326449.

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

Color convert

RGB 177 136 96 -
CMYK 0 0.23 0.46 0.31
HSL 29.63º 0.34% 0.54% -
HSV(B) 29.63º 0.46% 0.69% -
XYZ 29.05 27.8 14.9 -
YUV 143.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 177 136 96 0 0.23 0.46 0.31 29.63 0.34 0.54
Hex B1 88 60 0 17 2E 1F 1E 22 36
Octal 261 210 140 0 27 56 37 36 42 66
Binary 10110001 10001000 1100000 0 10111 101110 11111 11110 100010 110110

Color Harmonies of #B18860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18860

Black with #B18860

Text Example


Text Example

White with #B18860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18860; }

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

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

background-color css

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

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

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

border-color css

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

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

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