Html Css Color HEX #B98D4C Tussock

📋 copy color: '#B98D4C'

red 185 ◦ green 141 ◦ blue 76

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

Shades of Tussock #B98D4C

Tints of Tussock #B98D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.91%

R = 46.02%
G = 35.07%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B98D4C (or 0xB98D4C) is known color: Tussock. HEX triplet: B9, 8D and 4C. RGB value is (185,141,76). Sum of RGB (Red+Green+Blue) = 185+141+76=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98D4C is #4672B3. Grayscale: #939393. Windows color (decimal): -4616884 or 5017017. OLE color: 5017017.

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

Color convert

RGB 185 141 76 -
CMYK 0 0.24 0.59 0.27
HSL 35.78º 0.44% 0.51% -
HSV(B) 35.78º 0.59% 0.73% -
XYZ 30.84 29.89 10.98 -
YUV 146.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 185 141 76 0 0.24 0.59 0.27 35.78 0.44 0.51
Hex B9 8D 4C 0 18 3B 1B 24 2C 33
Octal 271 215 114 0 30 73 33 44 54 63
Binary 10111001 10001101 1001100 0 11000 111011 11011 100100 101100 110011

Color Harmonies of #B98D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98D4C

Black with #B98D4C

Text Example


Text Example

White with #B98D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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