Html Css Color HEX #B98062 Medium Wood

📋 copy color: '#B98062'

red 185 ◦ green 128 ◦ blue 98

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

Shades of Medium Wood #B98062

Tints of Medium Wood #B98062

RGB

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

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

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

R = 45.01%
G = 31.14%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B98062 (or 0xB98062) is known color: Medium Wood. HEX triplet: B9, 80 and 62. RGB value is (185,128,98). Sum of RGB (Red+Green+Blue) = 185+128+98=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B98062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98062 is #467F9D. Grayscale: #8D8D8D. Windows color (decimal): -4620190 or 6455481. OLE color: 6455481.

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

Color convert

RGB 185 128 98 -
CMYK 0 0.31 0.47 0.27
HSL 20.69º 0.38% 0.55% -
HSV(B) 20.69º 0.47% 0.73% -
XYZ 29.93 26.63 15.12 -
YUV 141.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 185 128 98 0 0.31 0.47 0.27 20.69 0.38 0.55
Hex B9 80 62 0 1F 2F 1B 15 26 37
Octal 271 200 142 0 37 57 33 25 46 67
Binary 10111001 10000000 1100010 0 11111 101111 11011 10101 100110 110111

Color Harmonies of #B98062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98062

Black with #B98062

Text Example


Text Example

White with #B98062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98062; }

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

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

background-color css

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

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

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

border-color css

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

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

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