Html Css Color HEX #B98662 Medium Wood

📋 copy color: '#B98662'

red 185 ◦ green 134 ◦ blue 98

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

Shades of Medium Wood #B98662

Tints of Medium Wood #B98662

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.13%

 BLUE value IS 98 (38.67% from 255) = 23.5%

R = 44.36%
G = 32.13%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B98662 (or 0xB98662) is known color: Medium Wood. HEX triplet: B9, 86 and 62. RGB value is (185,134,98). Sum of RGB (Red+Green+Blue) = 185+134+98=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B98662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98662 is #46799D. Grayscale: #919191. Windows color (decimal): -4618654 or 6457017. OLE color: 6457017.

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

Color convert

RGB 185 134 98 -
CMYK 0 0.28 0.47 0.27
HSL 24.83º 0.38% 0.55% -
HSV(B) 24.83º 0.47% 0.73% -
XYZ 30.74 28.25 15.39 -
YUV 145.15 101.4 156.43 -
System Red Green Blue C M Y K H S L
Decimal 185 134 98 0 0.28 0.47 0.27 24.83 0.38 0.55
Hex B9 86 62 0 1C 2F 1B 19 26 37
Octal 271 206 142 0 34 57 33 31 46 67
Binary 10111001 10000110 1100010 0 11100 101111 11011 11001 100110 110111

Color Harmonies of #B98662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98662

Black with #B98662

Text Example


Text Example

White with #B98662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98662; }

 p { color: rgb(185,134,98); }

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

background-color css

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

 a { background-color: rgb(185,134,98); }

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

border-color css

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

 span { border-color: rgb(185,134,98); }

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