Html Css Color HEX #B28060 Medium Wood

📋 copy color: '#B28060'

red 178 ◦ green 128 ◦ blue 96

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

Shades of Medium Wood #B28060

Tints of Medium Wood #B28060

RGB

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

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

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

R = 44.28%
G = 31.84%
B = 23.88%

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

#B28060 (or 0xB28060) is known color: Medium Wood. HEX triplet: B2, 80 and 60. RGB value is (178,128,96). Sum of RGB (Red+Green+Blue) = 178+128+96=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B28060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28060 is #4D7F9F. Grayscale: #8B8B8B. Windows color (decimal): -5078944 or 6324402. OLE color: 6324402.

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

Color convert

RGB 178 128 96 -
CMYK 0 0.28 0.46 0.30
HSL 23.41º 0.35% 0.54% -
HSV(B) 23.41º 0.46% 0.7% -
XYZ 28.19 25.75 14.55 -
YUV 139.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 178 128 96 0 0.28 0.46 0.30 23.41 0.35 0.54
Hex B2 80 60 0 1C 2E 1E 17 23 36
Octal 262 200 140 0 34 56 36 27 43 66
Binary 10110010 10000000 1100000 0 11100 101110 11110 10111 100011 110110

Color Harmonies of #B28060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28060

Black with #B28060

Text Example


Text Example

White with #B28060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28060; }

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

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

background-color css

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

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

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

border-color css

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

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

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