Html Css Color HEX #B1875F Medium Wood

📋 copy color: '#B1875F'

red 177 ◦ green 135 ◦ blue 95

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

Shades of Medium Wood #B1875F

Tints of Medium Wood #B1875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.17%

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

R = 43.49%
G = 33.17%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1875F (or 0xB1875F) is known color: Medium Wood. HEX triplet: B1, 87 and 5F. RGB value is (177,135,95). Sum of RGB (Red+Green+Blue) = 177+135+95=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1875F is #4E78A0. Grayscale: #8F8F8F. Windows color (decimal): -5142689 or 6260657. OLE color: 6260657.

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

Color convert

RGB 177 135 95 -
CMYK 0 0.24 0.46 0.31
HSL 29.27º 0.34% 0.53% -
HSV(B) 29.27º 0.46% 0.69% -
XYZ 28.86 27.5 14.61 -
YUV 143 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 177 135 95 0 0.24 0.46 0.31 29.27 0.34 0.53
Hex B1 87 5F 0 18 2E 1F 1D 22 35
Octal 261 207 137 0 30 56 37 35 42 65
Binary 10110001 10000111 1011111 0 11000 101110 11111 11101 100010 110101

Color Harmonies of #B1875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1875F

Black with #B1875F

Text Example


Text Example

White with #B1875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1875F; }

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

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

background-color css

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

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

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

border-color css

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

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

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