Html Css Color HEX #B98065 Medium Wood

📋 copy color: '#B98065'

red 185 ◦ green 128 ◦ blue 101

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

Shades of Medium Wood #B98065

Tints of Medium Wood #B98065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.92%

 BLUE value IS 101 (39.84% from 255) = 24.4%

R = 44.69%
G = 30.92%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B98065 (or 0xB98065) is known color: Medium Wood. HEX triplet: B9, 80 and 65. RGB value is (185,128,101). Sum of RGB (Red+Green+Blue) = 185+128+101=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B98065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98065 is #467F9A. Grayscale: #8E8E8E. Windows color (decimal): -4620187 or 6652089. OLE color: 6652089.

HSL color Cylindrical-coordinate representation of color #B98065: hue angle of 19.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B98065 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 128 101 -
CMYK 0 0.31 0.45 0.27
HSL 19.29º 0.38% 0.56% -
HSV(B) 19.29º 0.45% 0.73% -
XYZ 30.08 26.69 15.88 -
YUV 141.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 185 128 101 0 0.31 0.45 0.27 19.29 0.38 0.56
Hex B9 80 65 0 1F 2D 1B 13 26 38
Octal 271 200 145 0 37 55 33 23 46 70
Binary 10111001 10000000 1100101 0 11111 101101 11011 10011 100110 111000

Color Harmonies of #B98065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98065

Black with #B98065

Text Example


Text Example

White with #B98065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98065; }

 p { color: rgb(185,128,101); }

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

background-color css

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

 a { background-color: rgb(185,128,101); }

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

border-color css

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

 span { border-color: rgb(185,128,101); }

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