Html Css Color HEX #B98260 Medium Wood

📋 copy color: '#B98260'

red 185 ◦ green 130 ◦ blue 96

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

Shades of Medium Wood #B98260

Tints of Medium Wood #B98260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.63%

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

R = 45.01%
G = 31.63%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B98260 (or 0xB98260) is known color: Medium Wood. HEX triplet: B9, 82 and 60. RGB value is (185,130,96). Sum of RGB (Red+Green+Blue) = 185+130+96=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B98260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98260 is #467D9F. Grayscale: #8E8E8E. Windows color (decimal): -4619680 or 6324921. OLE color: 6324921.

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

Color convert

RGB 185 130 96 -
CMYK 0 0.30 0.48 0.27
HSL 22.92º 0.39% 0.55% -
HSV(B) 22.92º 0.48% 0.73% -
XYZ 30.1 27.12 14.72 -
YUV 142.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 185 130 96 0 0.30 0.48 0.27 22.92 0.39 0.55
Hex B9 82 60 0 1E 30 1B 17 27 37
Octal 271 202 140 0 36 60 33 27 47 67
Binary 10111001 10000010 1100000 0 11110 110000 11011 10111 100111 110111

Color Harmonies of #B98260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98260

Black with #B98260

Text Example


Text Example

White with #B98260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98260; }

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

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

background-color css

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

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

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

border-color css

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

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

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