Html Css Color HEX #B18669 Medium Wood

📋 copy color: '#B18669'

red 177 ◦ green 134 ◦ blue 105

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

Shades of Medium Wood #B18669

Tints of Medium Wood #B18669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.21%

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

R = 42.55%
G = 32.21%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B18669 (or 0xB18669) is known color: Medium Wood. HEX triplet: B1, 86 and 69. RGB value is (177,134,105). Sum of RGB (Red+Green+Blue) = 177+134+105=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B18669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18669 is #4E7996. Grayscale: #8F8F8F. Windows color (decimal): -5142935 or 6915761. OLE color: 6915761.

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

Color convert

RGB 177 134 105 -
CMYK 0 0.24 0.41 0.31
HSL 24.17º 0.32% 0.55% -
HSV(B) 24.17º 0.41% 0.69% -
XYZ 29.21 27.42 17.12 -
YUV 143.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 177 134 105 0 0.24 0.41 0.31 24.17 0.32 0.55
Hex B1 86 69 0 18 29 1F 18 20 37
Octal 261 206 151 0 30 51 37 30 40 67
Binary 10110001 10000110 1101001 0 11000 101001 11111 11000 100000 110111

Color Harmonies of #B18669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18669

Black with #B18669

Text Example


Text Example

White with #B18669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18669; }

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

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

background-color css

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

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

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

border-color css

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

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

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