Html Css Color HEX #B98D1C Nugget

📋 copy color: '#B98D1C'

red 185 ◦ green 141 ◦ blue 28

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

Shades of Nugget #B98D1C

Tints of Nugget #B98D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 52.26%
G = 39.83%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B98D1C (or 0xB98D1C) is known color: Nugget. HEX triplet: B9, 8D and 1C. RGB value is (185,141,28). Sum of RGB (Red+Green+Blue) = 185+141+28=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98D1C is #4672E3. Grayscale: #8D8D8D. Windows color (decimal): -4616932 or 1871289. OLE color: 1871289.

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

Color convert

RGB 185 141 28 -
CMYK 0 0.24 0.85 0.27
HSL 43.18º 0.74% 0.42% -
HSV(B) 43.18º 0.85% 0.73% -
XYZ 29.74 29.45 5.22 -
YUV 141.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 185 141 28 0 0.24 0.85 0.27 43.18 0.74 0.42
Hex B9 8D 1C 0 18 55 1B 2B 4A 2A
Octal 271 215 34 0 30 125 33 53 112 52
Binary 10111001 10001101 11100 0 11000 1010101 11011 101011 1001010 101010

Color Harmonies of #B98D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98D1C

Black with #B98D1C

Text Example


Text Example

White with #B98D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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