Html Css Color HEX #B5815A Medium Wood

📋 copy color: '#B5815A'

red 181 ◦ green 129 ◦ blue 90

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

Shades of Medium Wood #B5815A

Tints of Medium Wood #B5815A

RGB

 RED value IS 181 (71.09% from 255) = 45.25%

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

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

R = 45.25%
G = 32.25%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5815A (or 0xB5815A) is known color: Medium Wood. HEX triplet: B5, 81 and 5A. RGB value is (181,129,90). Sum of RGB (Red+Green+Blue) = 181+129+90=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B5815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5815A is #4A7EA5. Grayscale: #8C8C8C. Windows color (decimal): -4882086 or 5931445. OLE color: 5931445.

HSL color Cylindrical-coordinate representation of color #B5815A: hue angle of 25.71º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5815A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 129 90 -
CMYK 0 0.29 0.50 0.29
HSL 25.71º 0.38% 0.53% -
HSV(B) 25.71º 0.5% 0.71% -
XYZ 28.75 26.26 13.23 -
YUV 140.1 99.73 157.17 -
System Red Green Blue C M Y K H S L
Decimal 181 129 90 0 0.29 0.50 0.29 25.71 0.38 0.53
Hex B5 81 5A 0 1D 32 1D 1A 26 35
Octal 265 201 132 0 35 62 35 32 46 65
Binary 10110101 10000001 1011010 0 11101 110010 11101 11010 100110 110101

Color Harmonies of #B5815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5815A

Black with #B5815A

Text Example


Text Example

White with #B5815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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