Html Css Color HEX #B9942F Nugget

📋 copy color: '#B9942F'

red 185 ◦ green 148 ◦ blue 47

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

Shades of Nugget #B9942F

Tints of Nugget #B9942F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.37%

R = 48.68%
G = 38.95%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9942F (or 0xB9942F) is known color: Nugget. HEX triplet: B9, 94 and 2F. RGB value is (185,148,47). Sum of RGB (Red+Green+Blue) = 185+148+47=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9942F is #466BD0. Grayscale: #939393. Windows color (decimal): -4615121 or 3118265. OLE color: 3118265.

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

Color convert

RGB 185 148 47 -
CMYK 0 0.20 0.75 0.27
HSL 43.91º 0.59% 0.45% -
HSV(B) 43.91º 0.75% 0.73% -
XYZ 31.11 31.7 7.17 -
YUV 147.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 185 148 47 0 0.20 0.75 0.27 43.91 0.59 0.45
Hex B9 94 2F 0 14 4B 1B 2C 3B 2D
Octal 271 224 57 0 24 113 33 54 73 55
Binary 10111001 10010100 101111 0 10100 1001011 11011 101100 111011 101101

Color Harmonies of #B9942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9942F

Black with #B9942F

Text Example


Text Example

White with #B9942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9942F; }

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

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

background-color css

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

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

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

border-color css

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

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

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