Html Css Color HEX #B28160 Medium Wood

📋 copy color: '#B28160'

red 178 ◦ green 129 ◦ blue 96

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

Shades of Medium Wood #B28160

Tints of Medium Wood #B28160

RGB

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

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

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

R = 44.17%
G = 32.01%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B28160 (or 0xB28160) is known color: Medium Wood. HEX triplet: B2, 81 and 60. RGB value is (178,129,96). Sum of RGB (Red+Green+Blue) = 178+129+96=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B28160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28160 is #4D7E9F. Grayscale: #8C8C8C. Windows color (decimal): -5078688 or 6324658. OLE color: 6324658.

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

Color convert

RGB 178 129 96 -
CMYK 0 0.28 0.46 0.30
HSL 24.15º 0.35% 0.54% -
HSV(B) 24.15º 0.46% 0.7% -
XYZ 28.32 26.01 14.59 -
YUV 139.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 178 129 96 0 0.28 0.46 0.30 24.15 0.35 0.54
Hex B2 81 60 0 1C 2E 1E 18 23 36
Octal 262 201 140 0 34 56 36 30 43 66
Binary 10110010 10000001 1100000 0 11100 101110 11110 11000 100011 110110

Color Harmonies of #B28160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28160

Black with #B28160

Text Example


Text Example

White with #B28160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28160; }

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

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

background-color css

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

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

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

border-color css

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

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

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