Html Css Color HEX #B1816B Medium Wood

📋 copy color: '#B1816B'

red 177 ◦ green 129 ◦ blue 107

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

Shades of Medium Wood #B1816B

Tints of Medium Wood #B1816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

 BLUE value IS 107 (42.19% from 255) = 25.91%

R = 42.86%
G = 31.23%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1816B (or 0xB1816B) is known color: Medium Wood. HEX triplet: B1, 81 and 6B. RGB value is (177,129,107). Sum of RGB (Red+Green+Blue) = 177+129+107=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1816B is #4E7E94. Grayscale: #8C8C8C. Windows color (decimal): -5144213 or 7045553. OLE color: 7045553.

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

Color convert

RGB 177 129 107 -
CMYK 0 0.27 0.40 0.31
HSL 18.86º 0.31% 0.56% -
HSV(B) 18.86º 0.4% 0.69% -
XYZ 28.64 26.11 17.44 -
YUV 140.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 177 129 107 0 0.27 0.40 0.31 18.86 0.31 0.56
Hex B1 81 6B 0 1B 28 1F 13 1F 38
Octal 261 201 153 0 33 50 37 23 37 70
Binary 10110001 10000001 1101011 0 11011 101000 11111 10011 11111 111000

Color Harmonies of #B1816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1816B

Black with #B1816B

Text Example


Text Example

White with #B1816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1816B; }

 p { color: rgb(177,129,107); }

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

background-color css

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

 a { background-color: rgb(177,129,107); }

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

border-color css

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

 span { border-color: rgb(177,129,107); }

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