Html Css Color HEX #B28461 Medium Wood

📋 copy color: '#B28461'

red 178 ◦ green 132 ◦ blue 97

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

Shades of Medium Wood #B28461

Tints of Medium Wood #B28461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.43%

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

R = 43.73%
G = 32.43%
B = 23.83%

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

#B28461 (or 0xB28461) is known color: Medium Wood. HEX triplet: B2, 84 and 61. RGB value is (178,132,97). Sum of RGB (Red+Green+Blue) = 178+132+97=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B28461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28461 is #4D7B9E. Grayscale: #8D8D8D. Windows color (decimal): -5077919 or 6390962. OLE color: 6390962.

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

Color convert

RGB 178 132 97 -
CMYK 0 0.26 0.46 0.30
HSL 25.93º 0.34% 0.54% -
HSV(B) 25.93º 0.46% 0.7% -
XYZ 28.77 26.83 14.97 -
YUV 141.76 102.74 153.85 -
System Red Green Blue C M Y K H S L
Decimal 178 132 97 0 0.26 0.46 0.30 25.93 0.34 0.54
Hex B2 84 61 0 1A 2E 1E 1A 22 36
Octal 262 204 141 0 32 56 36 32 42 66
Binary 10110010 10000100 1100001 0 11010 101110 11110 11010 100010 110110

Color Harmonies of #B28461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28461

Black with #B28461

Text Example


Text Example

White with #B28461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28461; }

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

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

background-color css

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

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

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

border-color css

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

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

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