Html Css Color HEX #B1815D Medium Wood

📋 copy color: '#B1815D'

red 177 ◦ green 129 ◦ blue 93

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

Shades of Medium Wood #B1815D

Tints of Medium Wood #B1815D

RGB

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

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

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

R = 44.36%
G = 32.33%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1815D (or 0xB1815D) is known color: Medium Wood. HEX triplet: B1, 81 and 5D. RGB value is (177,129,93). Sum of RGB (Red+Green+Blue) = 177+129+93=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1815D is #4E7EA2. Grayscale: #8B8B8B. Windows color (decimal): -5144227 or 6128049. OLE color: 6128049.

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

Color convert

RGB 177 129 93 -
CMYK 0 0.27 0.47 0.31
HSL 25.71º 0.35% 0.53% -
HSV(B) 25.71º 0.47% 0.69% -
XYZ 27.96 25.84 13.87 -
YUV 139.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 177 129 93 0 0.27 0.47 0.31 25.71 0.35 0.53
Hex B1 81 5D 0 1B 2F 1F 1A 23 35
Octal 261 201 135 0 33 57 37 32 43 65
Binary 10110001 10000001 1011101 0 11011 101111 11111 11010 100011 110101

Color Harmonies of #B1815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1815D

Black with #B1815D

Text Example


Text Example

White with #B1815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1815D; }

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

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

background-color css

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

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

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

border-color css

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

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

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