Html Css Color HEX #B1795B Medium Wood

📋 copy color: '#B1795B'

red 177 ◦ green 121 ◦ blue 91

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

Shades of Medium Wood #B1795B

Tints of Medium Wood #B1795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.39%

R = 45.5%
G = 31.11%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1795B (or 0xB1795B) is known color: Medium Wood. HEX triplet: B1, 79 and 5B. RGB value is (177,121,91). Sum of RGB (Red+Green+Blue) = 177+121+91=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1795B is #4E86A4. Grayscale: #868686. Windows color (decimal): -5146277 or 5994929. OLE color: 5994929.

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

Color convert

RGB 177 121 91 -
CMYK 0 0.32 0.49 0.31
HSL 20.93º 0.36% 0.53% -
HSV(B) 20.93º 0.49% 0.69% -
XYZ 26.86 23.78 13.07 -
YUV 134.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 177 121 91 0 0.32 0.49 0.31 20.93 0.36 0.53
Hex B1 79 5B 0 20 31 1F 15 24 35
Octal 261 171 133 0 40 61 37 25 44 65
Binary 10110001 1111001 1011011 0 100000 110001 11111 10101 100100 110101

Color Harmonies of #B1795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1795B

Black with #B1795B

Text Example


Text Example

White with #B1795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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