Html Css Color HEX #B18668 Medium Wood

📋 copy color: '#B18668'

red 177 ◦ green 134 ◦ blue 104

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

Shades of Medium Wood #B18668

Tints of Medium Wood #B18668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.06%

R = 42.65%
G = 32.29%
B = 25.06%

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

#B18668 (or 0xB18668) is known color: Medium Wood. HEX triplet: B1, 86 and 68. RGB value is (177,134,104). Sum of RGB (Red+Green+Blue) = 177+134+104=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B18668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18668 is #4E7997. Grayscale: #8F8F8F. Windows color (decimal): -5142936 or 6850225. OLE color: 6850225.

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

Color convert

RGB 177 134 104 -
CMYK 0 0.24 0.41 0.31
HSL 24.66º 0.32% 0.55% -
HSV(B) 24.66º 0.41% 0.69% -
XYZ 29.16 27.4 16.85 -
YUV 143.44 105.75 151.94 -
System Red Green Blue C M Y K H S L
Decimal 177 134 104 0 0.24 0.41 0.31 24.66 0.32 0.55
Hex B1 86 68 0 18 29 1F 19 20 37
Octal 261 206 150 0 30 51 37 31 40 67
Binary 10110001 10000110 1101000 0 11000 101001 11111 11001 100000 110111

Color Harmonies of #B18668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18668

Black with #B18668

Text Example


Text Example

White with #B18668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18668; }

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

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

background-color css

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

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

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

border-color css

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

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

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