Html Css Color HEX #B87D5A Medium Wood

📋 copy color: '#B87D5A'

red 184 ◦ green 125 ◦ blue 90

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

Shades of Medium Wood #B87D5A

Tints of Medium Wood #B87D5A

RGB

 RED value IS 184 (72.27% from 255) = 46.12%

 GREEN value IS 125 (49.22% from 255) = 31.33%

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

R = 46.12%
G = 31.33%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B87D5A (or 0xB87D5A) is known color: Medium Wood. HEX triplet: B8, 7D and 5A. RGB value is (184,125,90). Sum of RGB (Red+Green+Blue) = 184+125+90=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D5A is #4782A5. Grayscale: #8A8A8A. Windows color (decimal): -4686502 or 5930424. OLE color: 5930424.

HSL color Cylindrical-coordinate representation of color #B87D5A: hue angle of 22.34º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B87D5A is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 125 90 -
CMYK 0 0.32 0.51 0.28
HSL 22.34º 0.4% 0.54% -
HSV(B) 22.34º 0.51% 0.72% -
XYZ 28.95 25.6 13.09 -
YUV 138.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 184 125 90 0 0.32 0.51 0.28 22.34 0.4 0.54
Hex B8 7D 5A 0 20 33 1C 16 28 36
Octal 270 175 132 0 40 63 34 26 50 66
Binary 10111000 1111101 1011010 0 100000 110011 11100 10110 101000 110110

Color Harmonies of #B87D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D5A

Black with #B87D5A

Text Example


Text Example

White with #B87D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D5A; }

 p { color: rgb(184,125,90); }

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

background-color css

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

 a { background-color: rgb(184,125,90); }

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

border-color css

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

 span { border-color: rgb(184,125,90); }

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