Html Css Color HEX #B18865 Medium Wood

📋 copy color: '#B18865'

red 177 ◦ green 136 ◦ blue 101

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

Shades of Medium Wood #B18865

Tints of Medium Wood #B18865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.4%

R = 42.75%
G = 32.85%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B18865 (or 0xB18865) is known color: Medium Wood. HEX triplet: B1, 88 and 65. RGB value is (177,136,101). Sum of RGB (Red+Green+Blue) = 177+136+101=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B18865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18865 is #4E779A. Grayscale: #909090. Windows color (decimal): -5142427 or 6654129. OLE color: 6654129.

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

Color convert

RGB 177 136 101 -
CMYK 0 0.23 0.43 0.31
HSL 27.63º 0.33% 0.55% -
HSV(B) 27.63º 0.43% 0.69% -
XYZ 29.28 27.9 16.15 -
YUV 144.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 177 136 101 0 0.23 0.43 0.31 27.63 0.33 0.55
Hex B1 88 65 0 17 2B 1F 1C 21 37
Octal 261 210 145 0 27 53 37 34 41 67
Binary 10110001 10001000 1100101 0 10111 101011 11111 11100 100001 110111

Color Harmonies of #B18865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18865

Black with #B18865

Text Example


Text Example

White with #B18865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18865; }

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

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

background-color css

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

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

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

border-color css

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

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

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