Html Css Color HEX #B98D4A Tussock

📋 copy color: '#B98D4A'

red 185 ◦ green 141 ◦ blue 74

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

Shades of Tussock #B98D4A

Tints of Tussock #B98D4A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

 BLUE value IS 74 (29.3% from 255) = 18.5%

R = 46.25%
G = 35.25%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B98D4A (or 0xB98D4A) is known color: Tussock. HEX triplet: B9, 8D and 4A. RGB value is (185,141,74). Sum of RGB (Red+Green+Blue) = 185+141+74=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98D4A is #4672B5. Grayscale: #929292. Windows color (decimal): -4616886 or 4885945. OLE color: 4885945.

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

Color convert

RGB 185 141 74 -
CMYK 0 0.24 0.6 0.27
HSL 36.22º 0.44% 0.51% -
HSV(B) 36.22º 0.6% 0.73% -
XYZ 30.77 29.86 10.62 -
YUV 146.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 185 141 74 0 0.24 0.6 0.27 36.22 0.44 0.51
Hex B9 8D 4A 0 18 3C 1B 24 2C 33
Octal 271 215 112 0 30 74 33 44 54 63
Binary 10111001 10001101 1001010 0 11000 111100 11011 100100 101100 110011

Color Harmonies of #B98D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98D4A

Black with #B98D4A

Text Example


Text Example

White with #B98D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98D4A; }

 p { color: rgb(185,141,74); }

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

background-color css

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

 a { background-color: rgb(185,141,74); }

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

border-color css

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

 span { border-color: rgb(185,141,74); }

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