Html Css Color HEX #B1815A Medium Wood

📋 copy color: '#B1815A'

red 177 ◦ green 129 ◦ blue 90

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

Shades of Medium Wood #B1815A

Tints of Medium Wood #B1815A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.73%

R = 44.7%
G = 32.58%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1815A (or 0xB1815A) is known color: Medium Wood. HEX triplet: B1, 81 and 5A. RGB value is (177,129,90). Sum of RGB (Red+Green+Blue) = 177+129+90=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1815A is #4E7EA5. Grayscale: #8B8B8B. Windows color (decimal): -5144230 or 5931441. OLE color: 5931441.

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

Color convert

RGB 177 129 90 -
CMYK 0 0.27 0.49 0.31
HSL 26.9º 0.36% 0.52% -
HSV(B) 26.9º 0.49% 0.69% -
XYZ 27.83 25.79 13.18 -
YUV 138.91 100.4 155.17 -
System Red Green Blue C M Y K H S L
Decimal 177 129 90 0 0.27 0.49 0.31 26.9 0.36 0.52
Hex B1 81 5A 0 1B 31 1F 1B 24 34
Octal 261 201 132 0 33 61 37 33 44 64
Binary 10110001 10000001 1011010 0 11011 110001 11111 11011 100100 110100

Color Harmonies of #B1815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1815A

Black with #B1815A

Text Example


Text Example

White with #B1815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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