Html Css Color HEX #B18260 Medium Wood

📋 copy color: '#B18260'

red 177 ◦ green 130 ◦ blue 96

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

Shades of Medium Wood #B18260

Tints of Medium Wood #B18260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.26%

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

R = 43.92%
G = 32.26%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B18260 (or 0xB18260) is known color: Medium Wood. HEX triplet: B1, 82 and 60. RGB value is (177,130,96). Sum of RGB (Red+Green+Blue) = 177+130+96=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B18260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18260 is #4E7D9F. Grayscale: #8C8C8C. Windows color (decimal): -5143968 or 6324913. OLE color: 6324913.

HSL color Cylindrical-coordinate representation of color #B18260: hue angle of 25.19º 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 #B18260 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 130 96 -
CMYK 0 0.27 0.46 0.31
HSL 25.19º 0.34% 0.54% -
HSV(B) 25.19º 0.46% 0.69% -
XYZ 28.23 26.16 14.63 -
YUV 140.18 103.07 154.26 -
System Red Green Blue C M Y K H S L
Decimal 177 130 96 0 0.27 0.46 0.31 25.19 0.34 0.54
Hex B1 82 60 0 1B 2E 1F 19 22 36
Octal 261 202 140 0 33 56 37 31 42 66
Binary 10110001 10000010 1100000 0 11011 101110 11111 11001 100010 110110

Color Harmonies of #B18260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18260

Black with #B18260

Text Example


Text Example

White with #B18260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18260; }

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

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

background-color css

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

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

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

border-color css

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

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

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