Html Css Color HEX #B8876A Medium Wood

📋 copy color: '#B8876A'

red 184 ◦ green 135 ◦ blue 106

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

Shades of Medium Wood #B8876A

Tints of Medium Wood #B8876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.76%

 BLUE value IS 106 (41.8% from 255) = 24.94%

R = 43.29%
G = 31.76%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8876A (or 0xB8876A) is known color: Medium Wood. HEX triplet: B8, 87 and 6A. RGB value is (184,135,106). Sum of RGB (Red+Green+Blue) = 184+135+106=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8876A is #477895. Grayscale: #929292. Windows color (decimal): -4683926 or 6981560. OLE color: 6981560.

HSL color Cylindrical-coordinate representation of color #B8876A: hue angle of 22.31º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8876A is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 135 106 -
CMYK 0 0.27 0.42 0.28
HSL 22.31º 0.35% 0.57% -
HSV(B) 22.31º 0.42% 0.72% -
XYZ 31.03 28.56 17.51 -
YUV 146.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 184 135 106 0 0.27 0.42 0.28 22.31 0.35 0.57
Hex B8 87 6A 0 1B 2A 1C 16 23 39
Octal 270 207 152 0 33 52 34 26 43 71
Binary 10111000 10000111 1101010 0 11011 101010 11100 10110 100011 111001

Color Harmonies of #B8876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8876A

Black with #B8876A

Text Example


Text Example

White with #B8876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8876A; }

 p { color: rgb(184,135,106); }

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

background-color css

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

 a { background-color: rgb(184,135,106); }

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

border-color css

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

 span { border-color: rgb(184,135,106); }

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