Html Css Color HEX #B8896C Medium Wood

📋 copy color: '#B8896C'

red 184 ◦ green 137 ◦ blue 108

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

Shades of Medium Wood #B8896C

Tints of Medium Wood #B8896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.93%

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 42.89%
G = 31.93%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8896C (or 0xB8896C) is known color: Medium Wood. HEX triplet: B8, 89 and 6C. RGB value is (184,137,108). Sum of RGB (Red+Green+Blue) = 184+137+108=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8896C is #477693. Grayscale: #939393. Windows color (decimal): -4683412 or 7113144. OLE color: 7113144.

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

Color convert

RGB 184 137 108 -
CMYK 0 0.26 0.41 0.28
HSL 22.89º 0.35% 0.57% -
HSV(B) 22.89º 0.41% 0.72% -
XYZ 31.42 29.16 18.16 -
YUV 147.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 184 137 108 0 0.26 0.41 0.28 22.89 0.35 0.57
Hex B8 89 6C 0 1A 29 1C 17 23 39
Octal 270 211 154 0 32 51 34 27 43 71
Binary 10111000 10001001 1101100 0 11010 101001 11100 10111 100011 111001

Color Harmonies of #B8896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8896C

Black with #B8896C

Text Example


Text Example

White with #B8896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8896C; }

 p { color: rgb(184,137,108); }

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

background-color css

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

 a { background-color: rgb(184,137,108); }

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

border-color css

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

 span { border-color: rgb(184,137,108); }

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