Html Css Color HEX #B18864 Medium Wood

📋 copy color: '#B18864'

red 177 ◦ green 136 ◦ blue 100

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

Shades of Medium Wood #B18864

Tints of Medium Wood #B18864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.21%

R = 42.86%
G = 32.93%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B18864 (or 0xB18864) is known color: Medium Wood. HEX triplet: B1, 88 and 64. RGB value is (177,136,100). Sum of RGB (Red+Green+Blue) = 177+136+100=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B18864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18864 is #4E779B. Grayscale: #909090. Windows color (decimal): -5142428 or 6588593. OLE color: 6588593.

HSL color Cylindrical-coordinate representation of color #B18864: hue angle of 28.05º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B18864 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 136 100 -
CMYK 0 0.23 0.44 0.31
HSL 28.05º 0.33% 0.54% -
HSV(B) 28.05º 0.44% 0.69% -
XYZ 29.24 27.88 15.9 -
YUV 144.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 177 136 100 0 0.23 0.44 0.31 28.05 0.33 0.54
Hex B1 88 64 0 17 2C 1F 1C 21 36
Octal 261 210 144 0 27 54 37 34 41 66
Binary 10110001 10001000 1100100 0 10111 101100 11111 11100 100001 110110

Color Harmonies of #B18864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18864

Black with #B18864

Text Example


Text Example

White with #B18864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18864; }

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

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

background-color css

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

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

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

border-color css

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

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

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