Html Css Color HEX #B98264 Medium Wood

📋 copy color: '#B98264'

red 185 ◦ green 130 ◦ blue 100

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

Shades of Medium Wood #B98264

Tints of Medium Wood #B98264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.1%

R = 44.58%
G = 31.33%
B = 24.1%

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

#B98264 (or 0xB98264) is known color: Medium Wood. HEX triplet: B9, 82 and 64. RGB value is (185,130,100). Sum of RGB (Red+Green+Blue) = 185+130+100=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B98264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98264 is #467D9B. Grayscale: #8F8F8F. Windows color (decimal): -4619676 or 6587065. OLE color: 6587065.

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

Color convert

RGB 185 130 100 -
CMYK 0 0.30 0.46 0.27
HSL 21.18º 0.38% 0.56% -
HSV(B) 21.18º 0.46% 0.73% -
XYZ 30.29 27.2 15.71 -
YUV 143.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 185 130 100 0 0.30 0.46 0.27 21.18 0.38 0.56
Hex B9 82 64 0 1E 2E 1B 15 26 38
Octal 271 202 144 0 36 56 33 25 46 70
Binary 10111001 10000010 1100100 0 11110 101110 11011 10101 100110 111000

Color Harmonies of #B98264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98264

Black with #B98264

Text Example


Text Example

White with #B98264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98264; }

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

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

background-color css

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

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

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

border-color css

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

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

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