Html Css Color HEX #B88060 Medium Wood

📋 copy color: '#B88060'

red 184 ◦ green 128 ◦ blue 96

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

Shades of Medium Wood #B88060

Tints of Medium Wood #B88060

RGB

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

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

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

R = 45.1%
G = 31.37%
B = 23.53%

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

#B88060 (or 0xB88060) is known color: Medium Wood. HEX triplet: B8, 80 and 60. RGB value is (184,128,96). Sum of RGB (Red+Green+Blue) = 184+128+96=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B88060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88060 is #477F9F. Grayscale: #8D8D8D. Windows color (decimal): -4685728 or 6324408. OLE color: 6324408.

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

Color convert

RGB 184 128 96 -
CMYK 0 0.30 0.48 0.28
HSL 21.82º 0.38% 0.55% -
HSV(B) 21.82º 0.48% 0.72% -
XYZ 29.6 26.47 14.62 -
YUV 141.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 184 128 96 0 0.30 0.48 0.28 21.82 0.38 0.55
Hex B8 80 60 0 1E 30 1C 16 26 37
Octal 270 200 140 0 36 60 34 26 46 67
Binary 10111000 10000000 1100000 0 11110 110000 11100 10110 100110 110111

Color Harmonies of #B88060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88060

Black with #B88060

Text Example


Text Example

White with #B88060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88060; }

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

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

background-color css

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

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

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

border-color css

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

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

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