Html Css Color HEX #B98261 Medium Wood

📋 copy color: '#B98261'

red 185 ◦ green 130 ◦ blue 97

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

Shades of Medium Wood #B98261

Tints of Medium Wood #B98261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.54%

R = 44.9%
G = 31.55%
B = 23.54%

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

#B98261 (or 0xB98261) is known color: Medium Wood. HEX triplet: B9, 82 and 61. RGB value is (185,130,97). Sum of RGB (Red+Green+Blue) = 185+130+97=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B98261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98261 is #467D9E. Grayscale: #8E8E8E. Windows color (decimal): -4619679 or 6390457. OLE color: 6390457.

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

Color convert

RGB 185 130 97 -
CMYK 0 0.30 0.48 0.27
HSL 22.5º 0.39% 0.55% -
HSV(B) 22.5º 0.48% 0.73% -
XYZ 30.15 27.14 14.96 -
YUV 142.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 185 130 97 0 0.30 0.48 0.27 22.5 0.39 0.55
Hex B9 82 61 0 1E 30 1B 16 27 37
Octal 271 202 141 0 36 60 33 26 47 67
Binary 10111001 10000010 1100001 0 11110 110000 11011 10110 100111 110111

Color Harmonies of #B98261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98261

Black with #B98261

Text Example


Text Example

White with #B98261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98261; }

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

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

background-color css

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

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

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

border-color css

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

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

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