Html Css Color HEX #B88460 Medium Wood

📋 copy color: '#B88460'

red 184 ◦ green 132 ◦ blue 96

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

Shades of Medium Wood #B88460

Tints of Medium Wood #B88460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.04%

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

R = 44.66%
G = 32.04%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B88460 (or 0xB88460) is known color: Medium Wood. HEX triplet: B8, 84 and 60. RGB value is (184,132,96). Sum of RGB (Red+Green+Blue) = 184+132+96=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B88460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88460 is #477B9F. Grayscale: #8F8F8F. Windows color (decimal): -4684704 or 6325432. OLE color: 6325432.

HSL color Cylindrical-coordinate representation of color #B88460: hue angle of 24.55º 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 #B88460 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 132 96 -
CMYK 0 0.28 0.48 0.28
HSL 24.55º 0.38% 0.55% -
HSV(B) 24.55º 0.48% 0.72% -
XYZ 30.13 27.54 14.79 -
YUV 143.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 184 132 96 0 0.28 0.48 0.28 24.55 0.38 0.55
Hex B8 84 60 0 1C 30 1C 19 26 37
Octal 270 204 140 0 34 60 34 31 46 67
Binary 10111000 10000100 1100000 0 11100 110000 11100 11001 100110 110111

Color Harmonies of #B88460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88460

Black with #B88460

Text Example


Text Example

White with #B88460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88460; }

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

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

background-color css

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

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

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

border-color css

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

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

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