Html Css Color HEX #B28260 Medium Wood

📋 copy color: '#B28260'

red 178 ◦ green 130 ◦ blue 96

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

Shades of Medium Wood #B28260

Tints of Medium Wood #B28260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.18%

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

R = 44.06%
G = 32.18%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B28260 (or 0xB28260) is known color: Medium Wood. HEX triplet: B2, 82 and 60. RGB value is (178,130,96). Sum of RGB (Red+Green+Blue) = 178+130+96=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B28260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28260 is #4D7D9F. Grayscale: #8C8C8C. Windows color (decimal): -5078432 or 6324914. OLE color: 6324914.

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

Color convert

RGB 178 130 96 -
CMYK 0 0.27 0.46 0.30
HSL 24.88º 0.35% 0.54% -
HSV(B) 24.88º 0.46% 0.7% -
XYZ 28.45 26.27 14.64 -
YUV 140.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 178 130 96 0 0.27 0.46 0.30 24.88 0.35 0.54
Hex B2 82 60 0 1B 2E 1E 19 23 36
Octal 262 202 140 0 33 56 36 31 43 66
Binary 10110010 10000010 1100000 0 11011 101110 11110 11001 100011 110110

Color Harmonies of #B28260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28260

Black with #B28260

Text Example


Text Example

White with #B28260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28260; }

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

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

background-color css

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

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

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

border-color css

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

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

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