Html Css Color HEX #B98C4A Tussock

📋 copy color: '#B98C4A'

red 185 ◦ green 140 ◦ blue 74

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

Shades of Tussock #B98C4A

Tints of Tussock #B98C4A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

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

R = 46.37%
G = 35.09%
B = 18.55%

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

#B98C4A (or 0xB98C4A) is known color: Tussock. HEX triplet: B9, 8C and 4A. RGB value is (185,140,74). Sum of RGB (Red+Green+Blue) = 185+140+74=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98C4A is #4673B5. Grayscale: #929292. Windows color (decimal): -4617142 or 4885689. OLE color: 4885689.

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

Color convert

RGB 185 140 74 -
CMYK 0 0.24 0.6 0.27
HSL 35.68º 0.44% 0.51% -
HSV(B) 35.68º 0.6% 0.73% -
XYZ 30.62 29.56 10.57 -
YUV 145.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 185 140 74 0 0.24 0.6 0.27 35.68 0.44 0.51
Hex B9 8C 4A 0 18 3C 1B 24 2C 33
Octal 271 214 112 0 30 74 33 44 54 63
Binary 10111001 10001100 1001010 0 11000 111100 11011 100100 101100 110011

Color Harmonies of #B98C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98C4A

Black with #B98C4A

Text Example


Text Example

White with #B98C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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