Html Css Color HEX #B18761 Medium Wood

📋 copy color: '#B18761'

red 177 ◦ green 135 ◦ blue 97

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

Shades of Medium Wood #B18761

Tints of Medium Wood #B18761

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.01%

 BLUE value IS 97 (38.28% from 255) = 23.72%

R = 43.28%
G = 33.01%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B18761 (or 0xB18761) is known color: Medium Wood. HEX triplet: B1, 87 and 61. RGB value is (177,135,97). Sum of RGB (Red+Green+Blue) = 177+135+97=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B18761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18761 is #4E789E. Grayscale: #8F8F8F. Windows color (decimal): -5142687 or 6391729. OLE color: 6391729.

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

Color convert

RGB 177 135 97 -
CMYK 0 0.24 0.45 0.31
HSL 28.5º 0.34% 0.54% -
HSV(B) 28.5º 0.45% 0.69% -
XYZ 28.95 27.54 15.1 -
YUV 143.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 177 135 97 0 0.24 0.45 0.31 28.5 0.34 0.54
Hex B1 87 61 0 18 2D 1F 1C 22 36
Octal 261 207 141 0 30 55 37 34 42 66
Binary 10110001 10000111 1100001 0 11000 101101 11111 11100 100010 110110

Color Harmonies of #B18761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18761

Black with #B18761

Text Example


Text Example

White with #B18761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18761; }

 p { color: rgb(177,135,97); }

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

background-color css

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

 a { background-color: rgb(177,135,97); }

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

border-color css

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

 span { border-color: rgb(177,135,97); }

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