Html Css Color HEX #B18166 Medium Wood

📋 copy color: '#B18166'

red 177 ◦ green 129 ◦ blue 102

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

Shades of Medium Wood #B18166

Tints of Medium Wood #B18166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.62%

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

R = 43.38%
G = 31.62%
B = 25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B18166 (or 0xB18166) is known color: Medium Wood. HEX triplet: B1, 81 and 66. RGB value is (177,129,102). Sum of RGB (Red+Green+Blue) = 177+129+102=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B18166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18166 is #4E7E99. Grayscale: #8C8C8C. Windows color (decimal): -5144218 or 6717873. OLE color: 6717873.

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

Color convert

RGB 177 129 102 -
CMYK 0 0.27 0.42 0.31
HSL 21.6º 0.32% 0.55% -
HSV(B) 21.6º 0.42% 0.69% -
XYZ 28.38 26.01 16.09 -
YUV 140.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 177 129 102 0 0.27 0.42 0.31 21.6 0.32 0.55
Hex B1 81 66 0 1B 2A 1F 16 20 37
Octal 261 201 146 0 33 52 37 26 40 67
Binary 10110001 10000001 1100110 0 11011 101010 11111 10110 100000 110111

Color Harmonies of #B18166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18166

Black with #B18166

Text Example


Text Example

White with #B18166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18166; }

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

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

background-color css

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

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

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

border-color css

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

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

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