Html Css Color HEX #B9962D Nugget

📋 copy color: '#B9962D'

red 185 ◦ green 150 ◦ blue 45

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

Shades of Nugget #B9962D

Tints of Nugget #B9962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.47%

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

R = 48.68%
G = 39.47%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9962D (or 0xB9962D) is known color: Nugget. HEX triplet: B9, 96 and 2D. RGB value is (185,150,45). Sum of RGB (Red+Green+Blue) = 185+150+45=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9962D is #4669D2. Grayscale: #949494. Windows color (decimal): -4614611 or 2987705. OLE color: 2987705.

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

Color convert

RGB 185 150 45 -
CMYK 0 0.19 0.76 0.27
HSL 45º 0.61% 0.45% -
HSV(B) 45º 0.76% 0.73% -
XYZ 31.39 32.32 7.07 -
YUV 148.5 69.6 154.04 -
System Red Green Blue C M Y K H S L
Decimal 185 150 45 0 0.19 0.76 0.27 45 0.61 0.45
Hex B9 96 2D 0 13 4C 1B 2D 3D 2D
Octal 271 226 55 0 23 114 33 55 75 55
Binary 10111001 10010110 101101 0 10011 1001100 11011 101101 111101 101101

Color Harmonies of #B9962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9962D

Black with #B9962D

Text Example


Text Example

White with #B9962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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