Html Css Color HEX #B8896A Medium Wood

📋 copy color: '#B8896A'

red 184 ◦ green 137 ◦ blue 106

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

Shades of Medium Wood #B8896A

Tints of Medium Wood #B8896A

RGB

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

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

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

R = 43.09%
G = 32.08%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8896A (or 0xB8896A) is known color: Medium Wood. HEX triplet: B8, 89 and 6A. RGB value is (184,137,106). Sum of RGB (Red+Green+Blue) = 184+137+106=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8896A is #477695. Grayscale: #939393. Windows color (decimal): -4683414 or 6982072. OLE color: 6982072.

HSL color Cylindrical-coordinate representation of color #B8896A: hue angle of 23.85º 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 #B8896A is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 137 106 -
CMYK 0 0.26 0.42 0.28
HSL 23.85º 0.35% 0.57% -
HSV(B) 23.85º 0.42% 0.72% -
XYZ 31.31 29.12 17.61 -
YUV 147.52 104.57 154.02 -
System Red Green Blue C M Y K H S L
Decimal 184 137 106 0 0.26 0.42 0.28 23.85 0.35 0.57
Hex B8 89 6A 0 1A 2A 1C 18 23 39
Octal 270 211 152 0 32 52 34 30 43 71
Binary 10111000 10001001 1101010 0 11010 101010 11100 11000 100011 111001

Color Harmonies of #B8896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8896A

Black with #B8896A

Text Example


Text Example

White with #B8896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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