Html Css Color HEX #B98364 Medium Wood

📋 copy color: '#B98364'

red 185 ◦ green 131 ◦ blue 100

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

Shades of Medium Wood #B98364

Tints of Medium Wood #B98364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.49%

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

R = 44.47%
G = 31.49%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B98364 (or 0xB98364) is known color: Medium Wood. HEX triplet: B9, 83 and 64. RGB value is (185,131,100). Sum of RGB (Red+Green+Blue) = 185+131+100=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B98364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98364 is #467C9B. Grayscale: #8F8F8F. Windows color (decimal): -4619420 or 6587321. OLE color: 6587321.

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

Color convert

RGB 185 131 100 -
CMYK 0 0.29 0.46 0.27
HSL 21.88º 0.38% 0.56% -
HSV(B) 21.88º 0.46% 0.73% -
XYZ 30.42 27.47 15.75 -
YUV 143.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 185 131 100 0 0.29 0.46 0.27 21.88 0.38 0.56
Hex B9 83 64 0 1D 2E 1B 16 26 38
Octal 271 203 144 0 35 56 33 26 46 70
Binary 10111001 10000011 1100100 0 11101 101110 11011 10110 100110 111000

Color Harmonies of #B98364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98364

Black with #B98364

Text Example


Text Example

White with #B98364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98364; }

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

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

background-color css

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

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

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

border-color css

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

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

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