Html Css Color HEX #B1826C Medium Wood

📋 copy color: '#B1826C'

red 177 ◦ green 130 ◦ blue 108

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

Shades of Medium Wood #B1826C

Tints of Medium Wood #B1826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.33%

 BLUE value IS 108 (42.58% from 255) = 26.02%

R = 42.65%
G = 31.33%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1826C (or 0xB1826C) is known color: Medium Wood. HEX triplet: B1, 82 and 6C. RGB value is (177,130,108). Sum of RGB (Red+Green+Blue) = 177+130+108=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1826C is #4E7D93. Grayscale: #8D8D8D. Windows color (decimal): -5143956 or 7111345. OLE color: 7111345.

HSL color Cylindrical-coordinate representation of color #B1826C: hue angle of 19.13º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1826C is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 130 108 -
CMYK 0 0.27 0.39 0.31
HSL 19.13º 0.31% 0.56% -
HSV(B) 19.13º 0.39% 0.69% -
XYZ 28.82 26.4 17.76 -
YUV 141.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 177 130 108 0 0.27 0.39 0.31 19.13 0.31 0.56
Hex B1 82 6C 0 1B 27 1F 13 1F 38
Octal 261 202 154 0 33 47 37 23 37 70
Binary 10110001 10000010 1101100 0 11011 100111 11111 10011 11111 111000

Color Harmonies of #B1826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1826C

Black with #B1826C

Text Example


Text Example

White with #B1826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1826C; }

 p { color: rgb(177,130,108); }

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

background-color css

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

 a { background-color: rgb(177,130,108); }

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

border-color css

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

 span { border-color: rgb(177,130,108); }

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