Html Css Color HEX #B18760 Medium Wood

📋 copy color: '#B18760'

red 177 ◦ green 135 ◦ blue 96

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

Shades of Medium Wood #B18760

Tints of Medium Wood #B18760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.53%

R = 43.38%
G = 33.09%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B18760 (or 0xB18760) is known color: Medium Wood. HEX triplet: B1, 87 and 60. RGB value is (177,135,96). Sum of RGB (Red+Green+Blue) = 177+135+96=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B18760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18760 is #4E789F. Grayscale: #8F8F8F. Windows color (decimal): -5142688 or 6326193. OLE color: 6326193.

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

Color convert

RGB 177 135 96 -
CMYK 0 0.24 0.46 0.31
HSL 28.89º 0.34% 0.54% -
HSV(B) 28.89º 0.46% 0.69% -
XYZ 28.91 27.52 14.85 -
YUV 143.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 177 135 96 0 0.24 0.46 0.31 28.89 0.34 0.54
Hex B1 87 60 0 18 2E 1F 1D 22 36
Octal 261 207 140 0 30 56 37 35 42 66
Binary 10110001 10000111 1100000 0 11000 101110 11111 11101 100010 110110

Color Harmonies of #B18760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18760

Black with #B18760

Text Example


Text Example

White with #B18760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18760; }

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

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

background-color css

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

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

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

border-color css

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

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

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