Html Css Color HEX #B28560 Medium Wood

📋 copy color: '#B28560'

red 178 ◦ green 133 ◦ blue 96

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

Shades of Medium Wood #B28560

Tints of Medium Wood #B28560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.68%

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

R = 43.73%
G = 32.68%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B28560 (or 0xB28560) is known color: Medium Wood. HEX triplet: B2, 85 and 60. RGB value is (178,133,96). Sum of RGB (Red+Green+Blue) = 178+133+96=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B28560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28560 is #4D7A9F. Grayscale: #8E8E8E. Windows color (decimal): -5077664 or 6325682. OLE color: 6325682.

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

Color convert

RGB 178 133 96 -
CMYK 0 0.25 0.46 0.30
HSL 27.07º 0.35% 0.54% -
HSV(B) 27.07º 0.46% 0.7% -
XYZ 28.86 27.08 14.77 -
YUV 142.24 101.91 153.51 -
System Red Green Blue C M Y K H S L
Decimal 178 133 96 0 0.25 0.46 0.30 27.07 0.35 0.54
Hex B2 85 60 0 19 2E 1E 1B 23 36
Octal 262 205 140 0 31 56 36 33 43 66
Binary 10110010 10000101 1100000 0 11001 101110 11110 11011 100011 110110

Color Harmonies of #B28560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28560

Black with #B28560

Text Example


Text Example

White with #B28560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28560; }

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

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

background-color css

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

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

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

border-color css

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

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

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