Html Css Color HEX #B98C4B Tussock

📋 copy color: '#B98C4B'

red 185 ◦ green 140 ◦ blue 75

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

Shades of Tussock #B98C4B

Tints of Tussock #B98C4B

RGB

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

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

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

R = 46.25%
G = 35%
B = 18.75%

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

#B98C4B (or 0xB98C4B) is known color: Tussock. HEX triplet: B9, 8C and 4B. RGB value is (185,140,75). Sum of RGB (Red+Green+Blue) = 185+140+75=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98C4B is #4673B4. Grayscale: #929292. Windows color (decimal): -4617141 or 4951225. OLE color: 4951225.

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

Color convert

RGB 185 140 75 -
CMYK 0 0.24 0.59 0.27
HSL 35.45º 0.44% 0.51% -
HSV(B) 35.45º 0.59% 0.73% -
XYZ 30.66 29.58 10.75 -
YUV 146.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 185 140 75 0 0.24 0.59 0.27 35.45 0.44 0.51
Hex B9 8C 4B 0 18 3B 1B 23 2C 33
Octal 271 214 113 0 30 73 33 43 54 63
Binary 10111001 10001100 1001011 0 11000 111011 11011 100011 101100 110011

Color Harmonies of #B98C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98C4B

Black with #B98C4B

Text Example


Text Example

White with #B98C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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