Html Css Color HEX #B98665 Medium Wood

📋 copy color: '#B98665'

red 185 ◦ green 134 ◦ blue 101

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

Shades of Medium Wood #B98665

Tints of Medium Wood #B98665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.9%

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

R = 44.05%
G = 31.9%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B98665 (or 0xB98665) is known color: Medium Wood. HEX triplet: B9, 86 and 65. RGB value is (185,134,101). Sum of RGB (Red+Green+Blue) = 185+134+101=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B98665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98665 is #46799A. Grayscale: #919191. Windows color (decimal): -4618651 or 6653625. OLE color: 6653625.

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

Color convert

RGB 185 134 101 -
CMYK 0 0.28 0.45 0.27
HSL 23.57º 0.38% 0.56% -
HSV(B) 23.57º 0.45% 0.73% -
XYZ 30.88 28.3 16.15 -
YUV 145.49 102.9 156.18 -
System Red Green Blue C M Y K H S L
Decimal 185 134 101 0 0.28 0.45 0.27 23.57 0.38 0.56
Hex B9 86 65 0 1C 2D 1B 18 26 38
Octal 271 206 145 0 34 55 33 30 46 70
Binary 10111001 10000110 1100101 0 11100 101101 11011 11000 100110 111000

Color Harmonies of #B98665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98665

Black with #B98665

Text Example


Text Example

White with #B98665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98665; }

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

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

background-color css

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

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

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

border-color css

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

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

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