Html Css Color HEX #B9942C Nugget

📋 copy color: '#B9942C'

red 185 ◦ green 148 ◦ blue 44

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

Shades of Nugget #B9942C

Tints of Nugget #B9942C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.67%

R = 49.07%
G = 39.26%
B = 11.67%

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

#B9942C (or 0xB9942C) is known color: Nugget. HEX triplet: B9, 94 and 2C. RGB value is (185,148,44). Sum of RGB (Red+Green+Blue) = 185+148+44=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9942C is #466BD3. Grayscale: #939393. Windows color (decimal): -4615124 or 2921657. OLE color: 2921657.

HSL color Cylindrical-coordinate representation of color #B9942C: hue angle of 44.26º degrees, saturation: 0.62, 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 #B9942C is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 44 -
CMYK 0 0.20 0.76 0.27
HSL 44.26º 0.62% 0.45% -
HSV(B) 44.26º 0.76% 0.73% -
XYZ 31.05 31.68 6.86 -
YUV 147.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 185 148 44 0 0.20 0.76 0.27 44.26 0.62 0.45
Hex B9 94 2C 0 14 4C 1B 2C 3E 2D
Octal 271 224 54 0 24 114 33 54 76 55
Binary 10111001 10010100 101100 0 10100 1001100 11011 101100 111110 101101

Color Harmonies of #B9942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9942C

Black with #B9942C

Text Example


Text Example

White with #B9942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9942C; }

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

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

background-color css

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

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

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

border-color css

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

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

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