Html Css Color HEX #B98262 Medium Wood

📋 copy color: '#B98262'

red 185 ◦ green 130 ◦ blue 98

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

Shades of Medium Wood #B98262

Tints of Medium Wood #B98262

RGB

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

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

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

R = 44.79%
G = 31.48%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B98262 (or 0xB98262) is known color: Medium Wood. HEX triplet: B9, 82 and 62. RGB value is (185,130,98). Sum of RGB (Red+Green+Blue) = 185+130+98=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B98262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98262 is #467D9D. Grayscale: #8E8E8E. Windows color (decimal): -4619678 or 6455993. OLE color: 6455993.

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

Color convert

RGB 185 130 98 -
CMYK 0 0.30 0.47 0.27
HSL 22.07º 0.38% 0.55% -
HSV(B) 22.07º 0.47% 0.73% -
XYZ 30.19 27.16 15.21 -
YUV 142.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 185 130 98 0 0.30 0.47 0.27 22.07 0.38 0.55
Hex B9 82 62 0 1E 2F 1B 16 26 37
Octal 271 202 142 0 36 57 33 26 46 67
Binary 10111001 10000010 1100010 0 11110 101111 11011 10110 100110 110111

Color Harmonies of #B98262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98262

Black with #B98262

Text Example


Text Example

White with #B98262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98262; }

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

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

background-color css

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

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

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

border-color css

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

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

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