Html Css Color HEX #B1795E Medium Wood

📋 copy color: '#B1795E'

red 177 ◦ green 121 ◦ blue 94

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

Shades of Medium Wood #B1795E

Tints of Medium Wood #B1795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.87%

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

R = 45.15%
G = 30.87%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1795E (or 0xB1795E) is known color: Medium Wood. HEX triplet: B1, 79 and 5E. RGB value is (177,121,94). Sum of RGB (Red+Green+Blue) = 177+121+94=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1795E is #4E86A1. Grayscale: #868686. Windows color (decimal): -5146274 or 6191537. OLE color: 6191537.

HSL color Cylindrical-coordinate representation of color #B1795E: hue angle of 19.52º 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 #B1795E is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 121 94 -
CMYK 0 0.32 0.47 0.31
HSL 19.52º 0.35% 0.53% -
HSV(B) 19.52º 0.47% 0.69% -
XYZ 26.99 23.83 13.77 -
YUV 134.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 177 121 94 0 0.32 0.47 0.31 19.52 0.35 0.53
Hex B1 79 5E 0 20 2F 1F 14 23 35
Octal 261 171 136 0 40 57 37 24 43 65
Binary 10110001 1111001 1011110 0 100000 101111 11111 10100 100011 110101

Color Harmonies of #B1795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1795E

Black with #B1795E

Text Example


Text Example

White with #B1795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1795E; }

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

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

background-color css

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

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

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

border-color css

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

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

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