Html Css Color HEX #B1785A Medium Wood

📋 copy color: '#B1785A'

red 177 ◦ green 120 ◦ blue 90

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

Shades of Medium Wood #B1785A

Tints of Medium Wood #B1785A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.26%

R = 45.74%
G = 31.01%
B = 23.26%

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

#B1785A (or 0xB1785A) is known color: Medium Wood. HEX triplet: B1, 78 and 5A. RGB value is (177,120,90). Sum of RGB (Red+Green+Blue) = 177+120+90=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1785A is #4E87A5. Grayscale: #858585. Windows color (decimal): -5146534 or 5929137. OLE color: 5929137.

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

Color convert

RGB 177 120 90 -
CMYK 0 0.32 0.49 0.31
HSL 20.69º 0.36% 0.52% -
HSV(B) 20.69º 0.49% 0.69% -
XYZ 26.69 23.52 12.81 -
YUV 133.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 177 120 90 0 0.32 0.49 0.31 20.69 0.36 0.52
Hex B1 78 5A 0 20 31 1F 15 24 34
Octal 261 170 132 0 40 61 37 25 44 64
Binary 10110001 1111000 1011010 0 100000 110001 11111 10101 100100 110100

Color Harmonies of #B1785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1785A

Black with #B1785A

Text Example


Text Example

White with #B1785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1785A; }

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

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

background-color css

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

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

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

border-color css

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

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

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