Html Css Color HEX #B9942D Nugget

📋 copy color: '#B9942D'

red 185 ◦ green 148 ◦ blue 45

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

Shades of Nugget #B9942D

Tints of Nugget #B9942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.15%

 BLUE value IS 45 (17.97% from 255) = 11.9%

R = 48.94%
G = 39.15%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9942D (or 0xB9942D) is known color: Nugget. HEX triplet: B9, 94 and 2D. RGB value is (185,148,45). Sum of RGB (Red+Green+Blue) = 185+148+45=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9942D is #466BD2. Grayscale: #939393. Windows color (decimal): -4615123 or 2987193. OLE color: 2987193.

HSL color Cylindrical-coordinate representation of color #B9942D: hue angle of 44.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9942D is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 45 -
CMYK 0 0.20 0.76 0.27
HSL 44.14º 0.61% 0.45% -
HSV(B) 44.14º 0.76% 0.73% -
XYZ 31.07 31.68 6.96 -
YUV 147.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 185 148 45 0 0.20 0.76 0.27 44.14 0.61 0.45
Hex B9 94 2D 0 14 4C 1B 2C 3D 2D
Octal 271 224 55 0 24 114 33 54 75 55
Binary 10111001 10010100 101101 0 10100 1001100 11011 101100 111101 101101

Color Harmonies of #B9942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9942D

Black with #B9942D

Text Example


Text Example

White with #B9942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9942D; }

 p { color: rgb(185,148,45); }

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

background-color css

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

 a { background-color: rgb(185,148,45); }

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

border-color css

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

 span { border-color: rgb(185,148,45); }

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