Html Css Color HEX #B1855C Medium Wood

📋 copy color: '#B1855C'

red 177 ◦ green 133 ◦ blue 92

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

Shades of Medium Wood #B1855C

Tints of Medium Wood #B1855C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.08%

 BLUE value IS 92 (36.33% from 255) = 22.89%

R = 44.03%
G = 33.08%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B1855C (or 0xB1855C) is known color: Medium Wood. HEX triplet: B1, 85 and 5C. RGB value is (177,133,92). Sum of RGB (Red+Green+Blue) = 177+133+92=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1855C is #4E7AA3. Grayscale: #8D8D8D. Windows color (decimal): -5143204 or 6063537. OLE color: 6063537.

HSL color Cylindrical-coordinate representation of color #B1855C: hue angle of 28.94º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1855C is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 133 92 -
CMYK 0 0.25 0.48 0.31
HSL 28.94º 0.35% 0.53% -
HSV(B) 28.94º 0.48% 0.69% -
XYZ 28.45 26.89 13.82 -
YUV 141.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 177 133 92 0 0.25 0.48 0.31 28.94 0.35 0.53
Hex B1 85 5C 0 19 30 1F 1D 23 35
Octal 261 205 134 0 31 60 37 35 43 65
Binary 10110001 10000101 1011100 0 11001 110000 11111 11101 100011 110101

Color Harmonies of #B1855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1855C

Black with #B1855C

Text Example


Text Example

White with #B1855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1855C; }

 p { color: rgb(177,133,92); }

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

background-color css

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

 a { background-color: rgb(177,133,92); }

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

border-color css

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

 span { border-color: rgb(177,133,92); }

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