Html Css Color HEX #B98649 Tussock

📋 copy color: '#B98649'

red 185 ◦ green 134 ◦ blue 73

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

Shades of Tussock #B98649

Tints of Tussock #B98649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.62%

R = 47.19%
G = 34.18%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B98649 (or 0xB98649) is known color: Tussock. HEX triplet: B9, 86 and 49. RGB value is (185,134,73). Sum of RGB (Red+Green+Blue) = 185+134+73=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B98649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98649 is #4679B6. Grayscale: #8E8E8E. Windows color (decimal): -4618679 or 4818617. OLE color: 4818617.

HSL color Cylindrical-coordinate representation of color #B98649: hue angle of 32.68º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B98649 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 134 73 -
CMYK 0 0.28 0.61 0.27
HSL 32.68º 0.44% 0.51% -
HSV(B) 32.68º 0.61% 0.73% -
XYZ 29.74 27.85 10.11 -
YUV 142.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 185 134 73 0 0.28 0.61 0.27 32.68 0.44 0.51
Hex B9 86 49 0 1C 3D 1B 21 2C 33
Octal 271 206 111 0 34 75 33 41 54 63
Binary 10111001 10000110 1001001 0 11100 111101 11011 100001 101100 110011

Color Harmonies of #B98649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98649

Black with #B98649

Text Example


Text Example

White with #B98649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98649; }

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

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

background-color css

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

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

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

border-color css

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

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

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