Html Css Color HEX #B1845E Medium Wood

📋 copy color: '#B1845E'

red 177 ◦ green 132 ◦ blue 94

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

Shades of Medium Wood #B1845E

Tints of Medium Wood #B1845E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.33%

R = 43.92%
G = 32.75%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1845E (or 0xB1845E) is known color: Medium Wood. HEX triplet: B1, 84 and 5E. RGB value is (177,132,94). Sum of RGB (Red+Green+Blue) = 177+132+94=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1845E is #4E7BA1. Grayscale: #8D8D8D. Windows color (decimal): -5143458 or 6194353. OLE color: 6194353.

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

Color convert

RGB 177 132 94 -
CMYK 0 0.25 0.47 0.31
HSL 27.47º 0.35% 0.53% -
HSV(B) 27.47º 0.47% 0.69% -
XYZ 28.4 26.66 14.24 -
YUV 141.12 101.41 153.59 -
System Red Green Blue C M Y K H S L
Decimal 177 132 94 0 0.25 0.47 0.31 27.47 0.35 0.53
Hex B1 84 5E 0 19 2F 1F 1B 23 35
Octal 261 204 136 0 31 57 37 33 43 65
Binary 10110001 10000100 1011110 0 11001 101111 11111 11011 100011 110101

Color Harmonies of #B1845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1845E

Black with #B1845E

Text Example


Text Example

White with #B1845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1845E; }

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

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

background-color css

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

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

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

border-color css

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

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

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