Html Css Color HEX #B18168 Medium Wood

📋 copy color: '#B18168'

red 177 ◦ green 129 ◦ blue 104

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

Shades of Medium Wood #B18168

Tints of Medium Wood #B18168

RGB

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

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

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

R = 43.17%
G = 31.46%
B = 25.37%

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

#B18168 (or 0xB18168) is known color: Medium Wood. HEX triplet: B1, 81 and 68. RGB value is (177,129,104). Sum of RGB (Red+Green+Blue) = 177+129+104=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B18168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18168 is #4E7E97. Grayscale: #8C8C8C. Windows color (decimal): -5144216 or 6848945. OLE color: 6848945.

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

Color convert

RGB 177 129 104 -
CMYK 0 0.27 0.41 0.31
HSL 20.55º 0.32% 0.55% -
HSV(B) 20.55º 0.41% 0.69% -
XYZ 28.48 26.05 16.62 -
YUV 140.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 177 129 104 0 0.27 0.41 0.31 20.55 0.32 0.55
Hex B1 81 68 0 1B 29 1F 15 20 37
Octal 261 201 150 0 33 51 37 25 40 67
Binary 10110001 10000001 1101000 0 11011 101001 11111 10101 100000 110111

Color Harmonies of #B18168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18168

Black with #B18168

Text Example


Text Example

White with #B18168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18168; }

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

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

background-color css

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

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

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

border-color css

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

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

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