Html Css Color HEX #B28360 Medium Wood

📋 copy color: '#B28360'

red 178 ◦ green 131 ◦ blue 96

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

Shades of Medium Wood #B28360

Tints of Medium Wood #B28360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

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

R = 43.95%
G = 32.35%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B28360 (or 0xB28360) is known color: Medium Wood. HEX triplet: B2, 83 and 60. RGB value is (178,131,96). Sum of RGB (Red+Green+Blue) = 178+131+96=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B28360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28360 is #4D7C9F. Grayscale: #8D8D8D. Windows color (decimal): -5078176 or 6325170. OLE color: 6325170.

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

Color convert

RGB 178 131 96 -
CMYK 0 0.26 0.46 0.30
HSL 25.61º 0.35% 0.54% -
HSV(B) 25.61º 0.46% 0.7% -
XYZ 28.59 26.54 14.68 -
YUV 141.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 178 131 96 0 0.26 0.46 0.30 25.61 0.35 0.54
Hex B2 83 60 0 1A 2E 1E 1A 23 36
Octal 262 203 140 0 32 56 36 32 43 66
Binary 10110010 10000011 1100000 0 11010 101110 11110 11010 100011 110110

Color Harmonies of #B28360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28360

Black with #B28360

Text Example


Text Example

White with #B28360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28360; }

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

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

background-color css

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

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

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

border-color css

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

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

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