Html Css Color HEX #B87B60 Medium Wood

📋 copy color: '#B87B60'

red 184 ◦ green 123 ◦ blue 96

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

Shades of Medium Wood #B87B60

Tints of Medium Wood #B87B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.82%

R = 45.66%
G = 30.52%
B = 23.82%

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

#B87B60 (or 0xB87B60) is known color: Medium Wood. HEX triplet: B8, 7B and 60. RGB value is (184,123,96). Sum of RGB (Red+Green+Blue) = 184+123+96=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B60 is #47849F. Grayscale: #8A8A8A. Windows color (decimal): -4687008 or 6323128. OLE color: 6323128.

HSL color Cylindrical-coordinate representation of color #B87B60: hue angle of 18.41º degrees, saturation: 0.38, 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 #B87B60 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 123 96 -
CMYK 0 0.33 0.48 0.28
HSL 18.41º 0.38% 0.55% -
HSV(B) 18.41º 0.48% 0.72% -
XYZ 28.96 25.2 14.4 -
YUV 138.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 184 123 96 0 0.33 0.48 0.28 18.41 0.38 0.55
Hex B8 7B 60 0 21 30 1C 12 26 37
Octal 270 173 140 0 41 60 34 22 46 67
Binary 10111000 1111011 1100000 0 100001 110000 11100 10010 100110 110111

Color Harmonies of #B87B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87B60

Black with #B87B60

Text Example


Text Example

White with #B87B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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