Html Css Color HEX #B98263 Medium Wood

📋 copy color: '#B98263'

red 185 ◦ green 130 ◦ blue 99

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

Shades of Medium Wood #B98263

Tints of Medium Wood #B98263

RGB

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

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

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

R = 44.69%
G = 31.4%
B = 23.91%

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

#B98263 (or 0xB98263) is known color: Medium Wood. HEX triplet: B9, 82 and 63. RGB value is (185,130,99). Sum of RGB (Red+Green+Blue) = 185+130+99=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B98263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98263 is #467D9C. Grayscale: #8F8F8F. Windows color (decimal): -4619677 or 6521529. OLE color: 6521529.

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

Color convert

RGB 185 130 99 -
CMYK 0 0.30 0.46 0.27
HSL 21.63º 0.38% 0.56% -
HSV(B) 21.63º 0.46% 0.73% -
XYZ 30.24 27.18 15.46 -
YUV 142.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 185 130 99 0 0.30 0.46 0.27 21.63 0.38 0.56
Hex B9 82 63 0 1E 2E 1B 16 26 38
Octal 271 202 143 0 36 56 33 26 46 70
Binary 10111001 10000010 1100011 0 11110 101110 11011 10110 100110 111000

Color Harmonies of #B98263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98263

Black with #B98263

Text Example


Text Example

White with #B98263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98263; }

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

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

background-color css

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

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

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

border-color css

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

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

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