Html Css Color HEX #B1785F Medium Wood

📋 copy color: '#B1785F'

red 177 ◦ green 120 ◦ blue 95

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

Shades of Medium Wood #B1785F

Tints of Medium Wood #B1785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.61%

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

R = 45.15%
G = 30.61%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1785F (or 0xB1785F) is known color: Medium Wood. HEX triplet: B1, 78 and 5F. RGB value is (177,120,95). Sum of RGB (Red+Green+Blue) = 177+120+95=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1785F is #4E87A0. Grayscale: #868686. Windows color (decimal): -5146529 or 6256817. OLE color: 6256817.

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

Color convert

RGB 177 120 95 -
CMYK 0 0.32 0.46 0.31
HSL 18.29º 0.34% 0.53% -
HSV(B) 18.29º 0.46% 0.69% -
XYZ 26.91 23.61 13.96 -
YUV 134.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 177 120 95 0 0.32 0.46 0.31 18.29 0.34 0.53
Hex B1 78 5F 0 20 2E 1F 12 22 35
Octal 261 170 137 0 40 56 37 22 42 65
Binary 10110001 1111000 1011111 0 100000 101110 11111 10010 100010 110101

Color Harmonies of #B1785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1785F

Black with #B1785F

Text Example


Text Example

White with #B1785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1785F; }

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

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

background-color css

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

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

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

border-color css

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

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

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