Html Css Color HEX #B98466 Medium Wood

📋 copy color: '#B98466'

red 185 ◦ green 132 ◦ blue 102

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

Shades of Medium Wood #B98466

Tints of Medium Wood #B98466

RGB

 RED value IS 185 (72.66% from 255) = 44.15%

 GREEN value IS 132 (51.95% from 255) = 31.5%

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

R = 44.15%
G = 31.5%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B98466 (or 0xB98466) is known color: Medium Wood. HEX triplet: B9, 84 and 66. RGB value is (185,132,102). Sum of RGB (Red+Green+Blue) = 185+132+102=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B98466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98466 is #467B99. Grayscale: #909090. Windows color (decimal): -4619162 or 6718649. OLE color: 6718649.

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

Color convert

RGB 185 132 102 -
CMYK 0 0.29 0.45 0.27
HSL 21.69º 0.37% 0.56% -
HSV(B) 21.69º 0.45% 0.73% -
XYZ 30.66 27.78 16.32 -
YUV 144.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 185 132 102 0 0.29 0.45 0.27 21.69 0.37 0.56
Hex B9 84 66 0 1D 2D 1B 16 25 38
Octal 271 204 146 0 35 55 33 26 45 70
Binary 10111001 10000100 1100110 0 11101 101101 11011 10110 100101 111000

Color Harmonies of #B98466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98466

Black with #B98466

Text Example


Text Example

White with #B98466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98466; }

 p { color: rgb(185,132,102); }

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

background-color css

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

 a { background-color: rgb(185,132,102); }

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

border-color css

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

 span { border-color: rgb(185,132,102); }

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