Html Css Color HEX #B28059 Medium Wood

📋 copy color: '#B28059'

red 178 ◦ green 128 ◦ blue 89

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

Shades of Medium Wood #B28059

Tints of Medium Wood #B28059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.53%

R = 45.06%
G = 32.41%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B28059 (or 0xB28059) is known color: Medium Wood. HEX triplet: B2, 80 and 59. RGB value is (178,128,89). Sum of RGB (Red+Green+Blue) = 178+128+89=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B28059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28059 is #4D7FA6. Grayscale: #8A8A8A. Windows color (decimal): -5078951 or 5865650. OLE color: 5865650.

HSL color Cylindrical-coordinate representation of color #B28059: hue angle of 26.29º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B28059 is Cyan = 0, Magento = 0.28, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 128 89 -
CMYK 0 0.28 0.5 0.30
HSL 26.29º 0.37% 0.52% -
HSV(B) 26.29º 0.5% 0.7% -
XYZ 27.88 25.62 12.93 -
YUV 138.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 178 128 89 0 0.28 0.5 0.30 26.29 0.37 0.52
Hex B2 80 59 0 1C 32 1E 1A 25 34
Octal 262 200 131 0 34 62 36 32 45 64
Binary 10110010 10000000 1011001 0 11100 110010 11110 11010 100101 110100

Color Harmonies of #B28059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28059

Black with #B28059

Text Example


Text Example

White with #B28059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28059; }

 p { color: rgb(178,128,89); }

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

background-color css

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

 a { background-color: rgb(178,128,89); }

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

border-color css

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

 span { border-color: rgb(178,128,89); }

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