Html Css Color HEX #B9962F Nugget

📋 copy color: '#B9962F'

red 185 ◦ green 150 ◦ blue 47

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

Shades of Nugget #B9962F

Tints of Nugget #B9962F

RGB

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

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

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

R = 48.43%
G = 39.27%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9962F (or 0xB9962F) is known color: Nugget. HEX triplet: B9, 96 and 2F. RGB value is (185,150,47). Sum of RGB (Red+Green+Blue) = 185+150+47=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9962F is #4669D0. Grayscale: #959595. Windows color (decimal): -4614609 or 3118777. OLE color: 3118777.

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

Color convert

RGB 185 150 47 -
CMYK 0 0.19 0.75 0.27
HSL 44.78º 0.59% 0.45% -
HSV(B) 44.78º 0.75% 0.73% -
XYZ 31.43 32.33 7.27 -
YUV 148.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 185 150 47 0 0.19 0.75 0.27 44.78 0.59 0.45
Hex B9 96 2F 0 13 4B 1B 2D 3B 2D
Octal 271 226 57 0 23 113 33 55 73 55
Binary 10111001 10010110 101111 0 10011 1001011 11011 101101 111011 101101

Color Harmonies of #B9962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9962F

Black with #B9962F

Text Example


Text Example

White with #B9962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9962F; }

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

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

background-color css

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

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

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

border-color css

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

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

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