Html Css Color HEX #B87D66 Medium Wood

📋 copy color: '#B87D66'

red 184 ◦ green 125 ◦ blue 102

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

Shades of Medium Wood #B87D66

Tints of Medium Wood #B87D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.82%

R = 44.77%
G = 30.41%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B87D66 (or 0xB87D66) is known color: Medium Wood. HEX triplet: B8, 7D and 66. RGB value is (184,125,102). Sum of RGB (Red+Green+Blue) = 184+125+102=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D66 is #478299. Grayscale: #8C8C8C. Windows color (decimal): -4686490 or 6716856. OLE color: 6716856.

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

Color convert

RGB 184 125 102 -
CMYK 0 0.32 0.45 0.28
HSL 16.83º 0.37% 0.56% -
HSV(B) 16.83º 0.45% 0.72% -
XYZ 29.5 25.82 16 -
YUV 140.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 184 125 102 0 0.32 0.45 0.28 16.83 0.37 0.56
Hex B8 7D 66 0 20 2D 1C 11 25 38
Octal 270 175 146 0 40 55 34 21 45 70
Binary 10111000 1111101 1100110 0 100000 101101 11100 10001 100101 111000

Color Harmonies of #B87D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D66

Black with #B87D66

Text Example


Text Example

White with #B87D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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