Html Css Color HEX #B98166 Medium Wood

📋 copy color: '#B98166'

red 185 ◦ green 129 ◦ blue 102

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

Shades of Medium Wood #B98166

Tints of Medium Wood #B98166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.01%

 BLUE value IS 102 (40.23% from 255) = 24.52%

R = 44.47%
G = 31.01%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B98166 (or 0xB98166) is known color: Medium Wood. HEX triplet: B9, 81 and 66. RGB value is (185,129,102). Sum of RGB (Red+Green+Blue) = 185+129+102=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B98166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98166 is #467E99. Grayscale: #8E8E8E. Windows color (decimal): -4619930 or 6717881. OLE color: 6717881.

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

Color convert

RGB 185 129 102 -
CMYK 0 0.30 0.45 0.27
HSL 19.52º 0.37% 0.56% -
HSV(B) 19.52º 0.45% 0.73% -
XYZ 30.26 26.97 16.18 -
YUV 142.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 185 129 102 0 0.30 0.45 0.27 19.52 0.37 0.56
Hex B9 81 66 0 1E 2D 1B 14 25 38
Octal 271 201 146 0 36 55 33 24 45 70
Binary 10111001 10000001 1100110 0 11110 101101 11011 10100 100101 111000

Color Harmonies of #B98166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98166

Black with #B98166

Text Example


Text Example

White with #B98166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98166; }

 p { color: rgb(185,129,102); }

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

background-color css

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

 a { background-color: rgb(185,129,102); }

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

border-color css

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

 span { border-color: rgb(185,129,102); }

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