Html Css Color HEX #B18169 Medium Wood

📋 copy color: '#B18169'

red 177 ◦ green 129 ◦ blue 105

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

Shades of Medium Wood #B18169

Tints of Medium Wood #B18169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.55%

R = 43.07%
G = 31.39%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B18169 (or 0xB18169) is known color: Medium Wood. HEX triplet: B1, 81 and 69. RGB value is (177,129,105). Sum of RGB (Red+Green+Blue) = 177+129+105=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B18169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18169 is #4E7E96. Grayscale: #8C8C8C. Windows color (decimal): -5144215 or 6914481. OLE color: 6914481.

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

Color convert

RGB 177 129 105 -
CMYK 0 0.27 0.41 0.31
HSL 20º 0.32% 0.55% -
HSV(B) 20º 0.41% 0.69% -
XYZ 28.53 26.07 16.89 -
YUV 140.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 177 129 105 0 0.27 0.41 0.31 20 0.32 0.55
Hex B1 81 69 0 1B 29 1F 14 20 37
Octal 261 201 151 0 33 51 37 24 40 67
Binary 10110001 10000001 1101001 0 11011 101001 11111 10100 100000 110111

Color Harmonies of #B18169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18169

Black with #B18169

Text Example


Text Example

White with #B18169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18169; }

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

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

background-color css

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

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

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

border-color css

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

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

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