Html Css Color HEX #B98060 Medium Wood

📋 copy color: '#B98060'

red 185 ◦ green 128 ◦ blue 96

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

Shades of Medium Wood #B98060

Tints of Medium Wood #B98060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

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

R = 45.23%
G = 31.3%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B98060 (or 0xB98060) is known color: Medium Wood. HEX triplet: B9, 80 and 60. RGB value is (185,128,96). Sum of RGB (Red+Green+Blue) = 185+128+96=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B98060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98060 is #467F9F. Grayscale: #8D8D8D. Windows color (decimal): -4620192 or 6324409. OLE color: 6324409.

HSL color Cylindrical-coordinate representation of color #B98060: hue angle of 21.57º 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 #B98060 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 128 96 -
CMYK 0 0.31 0.48 0.27
HSL 21.57º 0.39% 0.55% -
HSV(B) 21.57º 0.48% 0.73% -
XYZ 29.84 26.6 14.63 -
YUV 141.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 185 128 96 0 0.31 0.48 0.27 21.57 0.39 0.55
Hex B9 80 60 0 1F 30 1B 16 27 37
Octal 271 200 140 0 37 60 33 26 47 67
Binary 10111001 10000000 1100000 0 11111 110000 11011 10110 100111 110111

Color Harmonies of #B98060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98060

Black with #B98060

Text Example


Text Example

White with #B98060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98060; }

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

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

background-color css

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

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

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

border-color css

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

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

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