Html Css Color HEX #B1845F Medium Wood

📋 copy color: '#B1845F'

red 177 ◦ green 132 ◦ blue 95

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

Shades of Medium Wood #B1845F

Tints of Medium Wood #B1845F

RGB

 RED value IS 177 (69.53% from 255) = 43.81%

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

 BLUE value IS 95 (37.5% from 255) = 23.51%

R = 43.81%
G = 32.67%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1845F (or 0xB1845F) is known color: Medium Wood. HEX triplet: B1, 84 and 5F. RGB value is (177,132,95). Sum of RGB (Red+Green+Blue) = 177+132+95=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1845F is #4E7BA0. Grayscale: #8D8D8D. Windows color (decimal): -5143457 or 6259889. OLE color: 6259889.

HSL color Cylindrical-coordinate representation of color #B1845F: hue angle of 27.07º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1845F is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 132 95 -
CMYK 0 0.25 0.46 0.31
HSL 27.07º 0.34% 0.53% -
HSV(B) 27.07º 0.46% 0.69% -
XYZ 28.45 26.68 14.48 -
YUV 141.24 101.91 153.51 -
System Red Green Blue C M Y K H S L
Decimal 177 132 95 0 0.25 0.46 0.31 27.07 0.34 0.53
Hex B1 84 5F 0 19 2E 1F 1B 22 35
Octal 261 204 137 0 31 56 37 33 42 65
Binary 10110001 10000100 1011111 0 11001 101110 11111 11011 100010 110101

Color Harmonies of #B1845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1845F

Black with #B1845F

Text Example


Text Example

White with #B1845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1845F; }

 p { color: rgb(177,132,95); }

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

background-color css

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

 a { background-color: rgb(177,132,95); }

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

border-color css

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

 span { border-color: rgb(177,132,95); }

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