Html Css Color HEX #B98D4B Tussock

📋 copy color: '#B98D4B'

red 185 ◦ green 141 ◦ blue 75

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

Shades of Tussock #B98D4B

Tints of Tussock #B98D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.7%

R = 46.13%
G = 35.16%
B = 18.7%

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

#B98D4B (or 0xB98D4B) is known color: Tussock. HEX triplet: B9, 8D and 4B. RGB value is (185,141,75). Sum of RGB (Red+Green+Blue) = 185+141+75=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98D4B is #4672B4. Grayscale: #929292. Windows color (decimal): -4616885 or 4951481. OLE color: 4951481.

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

Color convert

RGB 185 141 75 -
CMYK 0 0.24 0.59 0.27
HSL 36º 0.44% 0.51% -
HSV(B) 36º 0.59% 0.73% -
XYZ 30.8 29.87 10.8 -
YUV 146.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 185 141 75 0 0.24 0.59 0.27 36 0.44 0.51
Hex B9 8D 4B 0 18 3B 1B 24 2C 33
Octal 271 215 113 0 30 73 33 44 54 63
Binary 10111001 10001101 1001011 0 11000 111011 11011 100100 101100 110011

Color Harmonies of #B98D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98D4B

Black with #B98D4B

Text Example


Text Example

White with #B98D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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