Html Css Color HEX #B1865D Medium Wood

📋 copy color: '#B1865D'

red 177 ◦ green 134 ◦ blue 93

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

Shades of Medium Wood #B1865D

Tints of Medium Wood #B1865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.17%

 BLUE value IS 93 (36.72% from 255) = 23.02%

R = 43.81%
G = 33.17%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1865D (or 0xB1865D) is known color: Medium Wood. HEX triplet: B1, 86 and 5D. RGB value is (177,134,93). Sum of RGB (Red+Green+Blue) = 177+134+93=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1865D is #4E79A2. Grayscale: #8E8E8E. Windows color (decimal): -5142947 or 6129329. OLE color: 6129329.

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

Color convert

RGB 177 134 93 -
CMYK 0 0.24 0.47 0.31
HSL 29.29º 0.35% 0.53% -
HSV(B) 29.29º 0.47% 0.69% -
XYZ 28.63 27.19 14.09 -
YUV 142.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 177 134 93 0 0.24 0.47 0.31 29.29 0.35 0.53
Hex B1 86 5D 0 18 2F 1F 1D 23 35
Octal 261 206 135 0 30 57 37 35 43 65
Binary 10110001 10000110 1011101 0 11000 101111 11111 11101 100011 110101

Color Harmonies of #B1865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1865D

Black with #B1865D

Text Example


Text Example

White with #B1865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1865D; }

 p { color: rgb(177,134,93); }

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

background-color css

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

 a { background-color: rgb(177,134,93); }

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

border-color css

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

 span { border-color: rgb(177,134,93); }

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