Html Css Color HEX #B87B5F Medium Wood

📋 copy color: '#B87B5F'

red 184 ◦ green 123 ◦ blue 95

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

Shades of Medium Wood #B87B5F

Tints of Medium Wood #B87B5F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.6%

 BLUE value IS 95 (37.5% from 255) = 23.63%

R = 45.77%
G = 30.6%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B87B5F (or 0xB87B5F) is known color: Medium Wood. HEX triplet: B8, 7B and 5F. RGB value is (184,123,95). Sum of RGB (Red+Green+Blue) = 184+123+95=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B5F is #4784A0. Grayscale: #8A8A8A. Windows color (decimal): -4687009 or 6257592. OLE color: 6257592.

HSL color Cylindrical-coordinate representation of color #B87B5F: hue angle of 18.88º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B87B5F is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 123 95 -
CMYK 0 0.33 0.48 0.28
HSL 18.88º 0.39% 0.55% -
HSV(B) 18.88º 0.48% 0.72% -
XYZ 28.92 25.18 14.16 -
YUV 138.05 103.71 160.78 -
System Red Green Blue C M Y K H S L
Decimal 184 123 95 0 0.33 0.48 0.28 18.88 0.39 0.55
Hex B8 7B 5F 0 21 30 1C 13 27 37
Octal 270 173 137 0 41 60 34 23 47 67
Binary 10111000 1111011 1011111 0 100001 110000 11100 10011 100111 110111

Color Harmonies of #B87B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87B5F

Black with #B87B5F

Text Example


Text Example

White with #B87B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87B5F; }

 p { color: rgb(184,123,95); }

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

background-color css

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

 a { background-color: rgb(184,123,95); }

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

border-color css

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

 span { border-color: rgb(184,123,95); }

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