Html Css Color HEX #B28058 Medium Wood

📋 copy color: '#B28058'

red 178 ◦ green 128 ◦ blue 88

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

Shades of Medium Wood #B28058

Tints of Medium Wood #B28058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.34%

R = 45.18%
G = 32.49%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B28058 (or 0xB28058) is known color: Medium Wood. HEX triplet: B2, 80 and 58. RGB value is (178,128,88). Sum of RGB (Red+Green+Blue) = 178+128+88=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B28058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28058 is #4D7FA7. Grayscale: #8A8A8A. Windows color (decimal): -5078952 or 5800114. OLE color: 5800114.

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

Color convert

RGB 178 128 88 -
CMYK 0 0.28 0.51 0.30
HSL 26.67º 0.37% 0.52% -
HSV(B) 26.67º 0.51% 0.7% -
XYZ 27.84 25.61 12.71 -
YUV 138.39 99.57 156.25 -
System Red Green Blue C M Y K H S L
Decimal 178 128 88 0 0.28 0.51 0.30 26.67 0.37 0.52
Hex B2 80 58 0 1C 33 1E 1B 25 34
Octal 262 200 130 0 34 63 36 33 45 64
Binary 10110010 10000000 1011000 0 11100 110011 11110 11011 100101 110100

Color Harmonies of #B28058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28058

Black with #B28058

Text Example


Text Example

White with #B28058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28058; }

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

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

background-color css

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

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

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

border-color css

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

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

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