Html Css Color HEX #B9942B Nugget

📋 copy color: '#B9942B'

red 185 ◦ green 148 ◦ blue 43

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

Shades of Nugget #B9942B

Tints of Nugget #B9942B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.44%

R = 49.2%
G = 39.36%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9942B (or 0xB9942B) is known color: Nugget. HEX triplet: B9, 94 and 2B. RGB value is (185,148,43). Sum of RGB (Red+Green+Blue) = 185+148+43=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9942B is #466BD4. Grayscale: #939393. Windows color (decimal): -4615125 or 2856121. OLE color: 2856121.

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

Color convert

RGB 185 148 43 -
CMYK 0 0.20 0.77 0.27
HSL 44.37º 0.62% 0.45% -
HSV(B) 44.37º 0.77% 0.73% -
XYZ 31.03 31.67 6.76 -
YUV 147.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 185 148 43 0 0.20 0.77 0.27 44.37 0.62 0.45
Hex B9 94 2B 0 14 4D 1B 2C 3E 2D
Octal 271 224 53 0 24 115 33 54 76 55
Binary 10111001 10010100 101011 0 10100 1001101 11011 101100 111110 101101

Color Harmonies of #B9942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9942B

Black with #B9942B

Text Example


Text Example

White with #B9942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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