Html Css Color HEX #B9952A Nugget

📋 copy color: '#B9952A'

red 185 ◦ green 149 ◦ blue 42

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

Shades of Nugget #B9952A

Tints of Nugget #B9952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

 BLUE value IS 42 (16.8% from 255) = 11.17%

R = 49.2%
G = 39.63%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9952A (or 0xB9952A) is known color: Nugget. HEX triplet: B9, 95 and 2A. RGB value is (185,149,42). Sum of RGB (Red+Green+Blue) = 185+149+42=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9952A is #466AD5. Grayscale: #949494. Windows color (decimal): -4614870 or 2790841. OLE color: 2790841.

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

Color convert

RGB 185 149 42 -
CMYK 0 0.19 0.77 0.27
HSL 44.9º 0.63% 0.45% -
HSV(B) 44.9º 0.77% 0.73% -
XYZ 31.17 31.98 6.72 -
YUV 147.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 185 149 42 0 0.19 0.77 0.27 44.9 0.63 0.45
Hex B9 95 2A 0 13 4D 1B 2D 3F 2D
Octal 271 225 52 0 23 115 33 55 77 55
Binary 10111001 10010101 101010 0 10011 1001101 11011 101101 111111 101101

Color Harmonies of #B9952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9952A

Black with #B9952A

Text Example


Text Example

White with #B9952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9952A; }

 p { color: rgb(185,149,42); }

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

background-color css

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

 a { background-color: rgb(185,149,42); }

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

border-color css

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

 span { border-color: rgb(185,149,42); }

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