Html Css Color HEX #B1775B Medium Wood

📋 copy color: '#B1775B'

red 177 ◦ green 119 ◦ blue 91

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

Shades of Medium Wood #B1775B

Tints of Medium Wood #B1775B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.75%

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

R = 45.74%
G = 30.75%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1775B (or 0xB1775B) is known color: Medium Wood. HEX triplet: B1, 77 and 5B. RGB value is (177,119,91). Sum of RGB (Red+Green+Blue) = 177+119+91=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1775B is #4E88A4. Grayscale: #858585. Windows color (decimal): -5146789 or 5994417. OLE color: 5994417.

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

Color convert

RGB 177 119 91 -
CMYK 0 0.33 0.49 0.31
HSL 19.53º 0.36% 0.53% -
HSV(B) 19.53º 0.49% 0.69% -
XYZ 26.62 23.3 12.99 -
YUV 133.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 177 119 91 0 0.33 0.49 0.31 19.53 0.36 0.53
Hex B1 77 5B 0 21 31 1F 14 24 35
Octal 261 167 133 0 41 61 37 24 44 65
Binary 10110001 1110111 1011011 0 100001 110001 11111 10100 100100 110101

Color Harmonies of #B1775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1775B

Black with #B1775B

Text Example


Text Example

White with #B1775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1775B; }

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

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

background-color css

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

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

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

border-color css

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

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

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