Html Css Color HEX #B88160 Medium Wood

📋 copy color: '#B88160'

red 184 ◦ green 129 ◦ blue 96

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

Shades of Medium Wood #B88160

Tints of Medium Wood #B88160

RGB

 RED value IS 184 (72.27% from 255) = 44.99%

 GREEN value IS 129 (50.78% from 255) = 31.54%

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

R = 44.99%
G = 31.54%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B88160 (or 0xB88160) is known color: Medium Wood. HEX triplet: B8, 81 and 60. RGB value is (184,129,96). Sum of RGB (Red+Green+Blue) = 184+129+96=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B88160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88160 is #477E9F. Grayscale: #8D8D8D. Windows color (decimal): -4685472 or 6324664. OLE color: 6324664.

HSL color Cylindrical-coordinate representation of color #B88160: hue angle of 22.5º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B88160 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 129 96 -
CMYK 0 0.30 0.48 0.28
HSL 22.5º 0.38% 0.55% -
HSV(B) 22.5º 0.48% 0.72% -
XYZ 29.73 26.74 14.66 -
YUV 141.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 184 129 96 0 0.30 0.48 0.28 22.5 0.38 0.55
Hex B8 81 60 0 1E 30 1C 16 26 37
Octal 270 201 140 0 36 60 34 26 46 67
Binary 10111000 10000001 1100000 0 11110 110000 11100 10110 100110 110111

Color Harmonies of #B88160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88160

Black with #B88160

Text Example


Text Example

White with #B88160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88160; }

 p { color: rgb(184,129,96); }

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

background-color css

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

 a { background-color: rgb(184,129,96); }

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

border-color css

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

 span { border-color: rgb(184,129,96); }

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