Html Css Color HEX #B28561 Medium Wood

📋 copy color: '#B28561'

red 178 ◦ green 133 ◦ blue 97

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

Shades of Medium Wood #B28561

Tints of Medium Wood #B28561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.6%

 BLUE value IS 97 (38.28% from 255) = 23.77%

R = 43.63%
G = 32.6%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B28561 (or 0xB28561) is known color: Medium Wood. HEX triplet: B2, 85 and 61. RGB value is (178,133,97). Sum of RGB (Red+Green+Blue) = 178+133+97=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B28561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28561 is #4D7A9E. Grayscale: #8E8E8E. Windows color (decimal): -5077663 or 6391218. OLE color: 6391218.

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

Color convert

RGB 178 133 97 -
CMYK 0 0.25 0.46 0.30
HSL 26.67º 0.34% 0.54% -
HSV(B) 26.67º 0.46% 0.7% -
XYZ 28.91 27.1 15.02 -
YUV 142.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 178 133 97 0 0.25 0.46 0.30 26.67 0.34 0.54
Hex B2 85 61 0 19 2E 1E 1B 22 36
Octal 262 205 141 0 31 56 36 33 42 66
Binary 10110010 10000101 1100001 0 11001 101110 11110 11011 100010 110110

Color Harmonies of #B28561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28561

Black with #B28561

Text Example


Text Example

White with #B28561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28561; }

 p { color: rgb(178,133,97); }

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

background-color css

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

 a { background-color: rgb(178,133,97); }

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

border-color css

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

 span { border-color: rgb(178,133,97); }

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