Html Css Color HEX #B98464 Medium Wood

📋 copy color: '#B98464'

red 185 ◦ green 132 ◦ blue 100

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

Shades of Medium Wood #B98464

Tints of Medium Wood #B98464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.98%

R = 44.36%
G = 31.65%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B98464 (or 0xB98464) is known color: Medium Wood. HEX triplet: B9, 84 and 64. RGB value is (185,132,100). Sum of RGB (Red+Green+Blue) = 185+132+100=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B98464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98464 is #467B9B. Grayscale: #909090. Windows color (decimal): -4619164 or 6587577. OLE color: 6587577.

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

Color convert

RGB 185 132 100 -
CMYK 0 0.29 0.46 0.27
HSL 22.59º 0.38% 0.56% -
HSV(B) 22.59º 0.46% 0.73% -
XYZ 30.56 27.74 15.8 -
YUV 144.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 185 132 100 0 0.29 0.46 0.27 22.59 0.38 0.56
Hex B9 84 64 0 1D 2E 1B 17 26 38
Octal 271 204 144 0 35 56 33 27 46 70
Binary 10111001 10000100 1100100 0 11101 101110 11011 10111 100110 111000

Color Harmonies of #B98464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98464

Black with #B98464

Text Example


Text Example

White with #B98464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98464; }

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

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

background-color css

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

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

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

border-color css

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

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

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