Html Css Color HEX #B98063 Medium Wood

📋 copy color: '#B98063'

red 185 ◦ green 128 ◦ blue 99

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

Shades of Medium Wood #B98063

Tints of Medium Wood #B98063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.03%

R = 44.9%
G = 31.07%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B98063 (or 0xB98063) is known color: Medium Wood. HEX triplet: B9, 80 and 63. RGB value is (185,128,99). Sum of RGB (Red+Green+Blue) = 185+128+99=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B98063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98063 is #467F9C. Grayscale: #8D8D8D. Windows color (decimal): -4620189 or 6521017. OLE color: 6521017.

HSL color Cylindrical-coordinate representation of color #B98063: hue angle of 20.23º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B98063 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 128 99 -
CMYK 0 0.31 0.46 0.27
HSL 20.23º 0.38% 0.56% -
HSV(B) 20.23º 0.46% 0.73% -
XYZ 29.98 26.65 15.37 -
YUV 141.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 185 128 99 0 0.31 0.46 0.27 20.23 0.38 0.56
Hex B9 80 63 0 1F 2E 1B 14 26 38
Octal 271 200 143 0 37 56 33 24 46 70
Binary 10111001 10000000 1100011 0 11111 101110 11011 10100 100110 111000

Color Harmonies of #B98063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98063

Black with #B98063

Text Example


Text Example

White with #B98063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98063; }

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

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

background-color css

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

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

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

border-color css

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

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

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