Html Css Color HEX #B18868 Medium Wood

📋 copy color: '#B18868'

red 177 ◦ green 136 ◦ blue 104

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

Shades of Medium Wood #B18868

Tints of Medium Wood #B18868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.61%

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

R = 42.45%
G = 32.61%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B18868 (or 0xB18868) is known color: Medium Wood. HEX triplet: B1, 88 and 68. RGB value is (177,136,104). Sum of RGB (Red+Green+Blue) = 177+136+104=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B18868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18868 is #4E7797. Grayscale: #909090. Windows color (decimal): -5142424 or 6850737. OLE color: 6850737.

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

Color convert

RGB 177 136 104 -
CMYK 0 0.23 0.41 0.31
HSL 26.3º 0.32% 0.55% -
HSV(B) 26.3º 0.41% 0.69% -
XYZ 29.43 27.95 16.94 -
YUV 144.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 177 136 104 0 0.23 0.41 0.31 26.3 0.32 0.55
Hex B1 88 68 0 17 29 1F 1A 20 37
Octal 261 210 150 0 27 51 37 32 40 67
Binary 10110001 10001000 1101000 0 10111 101001 11111 11010 100000 110111

Color Harmonies of #B18868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18868

Black with #B18868

Text Example


Text Example

White with #B18868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18868; }

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

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

background-color css

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

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

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

border-color css

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

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

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