Html Css Color HEX #B18059 Medium Wood

📋 copy color: '#B18059'

red 177 ◦ green 128 ◦ blue 89

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

Shades of Medium Wood #B18059

Tints of Medium Wood #B18059

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.49%

 BLUE value IS 89 (35.16% from 255) = 22.59%

R = 44.92%
G = 32.49%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B18059 (or 0xB18059) is known color: Medium Wood. HEX triplet: B1, 80 and 59. RGB value is (177,128,89). Sum of RGB (Red+Green+Blue) = 177+128+89=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B18059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18059 is #4E7FA6. Grayscale: #8A8A8A. Windows color (decimal): -5144487 or 5865649. OLE color: 5865649.

HSL color Cylindrical-coordinate representation of color #B18059: hue angle of 26.59º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B18059 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 128 89 -
CMYK 0 0.28 0.50 0.31
HSL 26.59º 0.36% 0.52% -
HSV(B) 26.59º 0.5% 0.69% -
XYZ 27.65 25.51 12.92 -
YUV 138.21 100.23 155.67 -
System Red Green Blue C M Y K H S L
Decimal 177 128 89 0 0.28 0.50 0.31 26.59 0.36 0.52
Hex B1 80 59 0 1C 32 1F 1B 24 34
Octal 261 200 131 0 34 62 37 33 44 64
Binary 10110001 10000000 1011001 0 11100 110010 11111 11011 100100 110100

Color Harmonies of #B18059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18059

Black with #B18059

Text Example


Text Example

White with #B18059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18059; }

 p { color: rgb(177,128,89); }

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

background-color css

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

 a { background-color: rgb(177,128,89); }

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

border-color css

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

 span { border-color: rgb(177,128,89); }

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