Html Css Color HEX #B98560 Medium Wood

📋 copy color: '#B98560'

red 185 ◦ green 133 ◦ blue 96

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

Shades of Medium Wood #B98560

Tints of Medium Wood #B98560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.13%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 44.69%
G = 32.13%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B98560 (or 0xB98560) is known color: Medium Wood. HEX triplet: B9, 85 and 60. RGB value is (185,133,96). Sum of RGB (Red+Green+Blue) = 185+133+96=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B98560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98560 is #467A9F. Grayscale: #909090. Windows color (decimal): -4618912 or 6325689. OLE color: 6325689.

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

Color convert

RGB 185 133 96 -
CMYK 0 0.28 0.48 0.27
HSL 24.94º 0.39% 0.55% -
HSV(B) 24.94º 0.48% 0.73% -
XYZ 30.51 27.93 14.85 -
YUV 144.33 100.73 157.01 -
System Red Green Blue C M Y K H S L
Decimal 185 133 96 0 0.28 0.48 0.27 24.94 0.39 0.55
Hex B9 85 60 0 1C 30 1B 19 27 37
Octal 271 205 140 0 34 60 33 31 47 67
Binary 10111001 10000101 1100000 0 11100 110000 11011 11001 100111 110111

Color Harmonies of #B98560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98560

Black with #B98560

Text Example


Text Example

White with #B98560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98560; }

 p { color: rgb(185,133,96); }

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

background-color css

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

 a { background-color: rgb(185,133,96); }

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

border-color css

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

 span { border-color: rgb(185,133,96); }

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