Html Css Color HEX #B28860 Medium Wood

📋 copy color: '#B28860'

red 178 ◦ green 136 ◦ blue 96

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

Shades of Medium Wood #B28860

Tints of Medium Wood #B28860

RGB

 RED value IS 178 (69.92% from 255) = 43.41%

 GREEN value IS 136 (53.52% from 255) = 33.17%

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

R = 43.41%
G = 33.17%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B28860 (or 0xB28860) is known color: Medium Wood. HEX triplet: B2, 88 and 60. RGB value is (178,136,96). Sum of RGB (Red+Green+Blue) = 178+136+96=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B28860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28860 is #4D779F. Grayscale: #909090. Windows color (decimal): -5076896 or 6326450. OLE color: 6326450.

HSL color Cylindrical-coordinate representation of color #B28860: hue angle of 29.27º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B28860 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 96 -
CMYK 0 0.24 0.46 0.30
HSL 29.27º 0.35% 0.54% -
HSV(B) 29.27º 0.46% 0.7% -
XYZ 29.28 27.92 14.91 -
YUV 144 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 178 136 96 0 0.24 0.46 0.30 29.27 0.35 0.54
Hex B2 88 60 0 18 2E 1E 1D 23 36
Octal 262 210 140 0 30 56 36 35 43 66
Binary 10110010 10001000 1100000 0 11000 101110 11110 11101 100011 110110

Color Harmonies of #B28860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28860

Black with #B28860

Text Example


Text Example

White with #B28860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28860; }

 p { color: rgb(178,136,96); }

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

background-color css

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

 a { background-color: rgb(178,136,96); }

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

border-color css

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

 span { border-color: rgb(178,136,96); }

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