Html Css Color HEX #B98D1D Nugget

📋 copy color: '#B98D1D'

red 185 ◦ green 141 ◦ blue 29

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

Shades of Nugget #B98D1D

Tints of Nugget #B98D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.17%

R = 52.11%
G = 39.72%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B98D1D (or 0xB98D1D) is known color: Nugget. HEX triplet: B9, 8D and 1D. RGB value is (185,141,29). Sum of RGB (Red+Green+Blue) = 185+141+29=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98D1D is #4672E2. Grayscale: #8D8D8D. Windows color (decimal): -4616931 or 1936825. OLE color: 1936825.

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

Color convert

RGB 185 141 29 -
CMYK 0 0.24 0.84 0.27
HSL 43.08º 0.73% 0.42% -
HSV(B) 43.08º 0.84% 0.73% -
XYZ 29.75 29.45 5.28 -
YUV 141.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 185 141 29 0 0.24 0.84 0.27 43.08 0.73 0.42
Hex B9 8D 1D 0 18 54 1B 2B 49 2A
Octal 271 215 35 0 30 124 33 53 111 52
Binary 10111001 10001101 11101 0 11000 1010100 11011 101011 1001001 101010

Color Harmonies of #B98D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98D1D

Black with #B98D1D

Text Example


Text Example

White with #B98D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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