Html Css Color HEX #B98163 Medium Wood

📋 copy color: '#B98163'

red 185 ◦ green 129 ◦ blue 99

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

Shades of Medium Wood #B98163

Tints of Medium Wood #B98163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

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

R = 44.79%
G = 31.23%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B98163 (or 0xB98163) is known color: Medium Wood. HEX triplet: B9, 81 and 63. RGB value is (185,129,99). Sum of RGB (Red+Green+Blue) = 185+129+99=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B98163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98163 is #467E9C. Grayscale: #8E8E8E. Windows color (decimal): -4619933 or 6521273. OLE color: 6521273.

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

Color convert

RGB 185 129 99 -
CMYK 0 0.30 0.46 0.27
HSL 20.93º 0.38% 0.56% -
HSV(B) 20.93º 0.46% 0.73% -
XYZ 30.11 26.92 15.41 -
YUV 142.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 185 129 99 0 0.30 0.46 0.27 20.93 0.38 0.56
Hex B9 81 63 0 1E 2E 1B 15 26 38
Octal 271 201 143 0 36 56 33 25 46 70
Binary 10111001 10000001 1100011 0 11110 101110 11011 10101 100110 111000

Color Harmonies of #B98163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98163

Black with #B98163

Text Example


Text Example

White with #B98163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98163; }

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

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

background-color css

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

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

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

border-color css

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

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

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