Html Css Color HEX #B18866 Medium Wood

📋 copy color: '#B18866'

red 177 ◦ green 136 ◦ blue 102

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

Shades of Medium Wood #B18866

Tints of Medium Wood #B18866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.58%

R = 42.65%
G = 32.77%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B18866 (or 0xB18866) is known color: Medium Wood. HEX triplet: B1, 88 and 66. RGB value is (177,136,102). Sum of RGB (Red+Green+Blue) = 177+136+102=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B18866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18866 is #4E7799. Grayscale: #909090. Windows color (decimal): -5142426 or 6719665. OLE color: 6719665.

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

Color convert

RGB 177 136 102 -
CMYK 0 0.23 0.42 0.31
HSL 27.2º 0.32% 0.55% -
HSV(B) 27.2º 0.42% 0.69% -
XYZ 29.33 27.91 16.41 -
YUV 144.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 177 136 102 0 0.23 0.42 0.31 27.2 0.32 0.55
Hex B1 88 66 0 17 2A 1F 1B 20 37
Octal 261 210 146 0 27 52 37 33 40 67
Binary 10110001 10001000 1100110 0 10111 101010 11111 11011 100000 110111

Color Harmonies of #B18866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18866

Black with #B18866

Text Example


Text Example

White with #B18866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18866; }

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

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

background-color css

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

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

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

border-color css

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

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

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