Html Css Color HEX #B99124 Nugget

📋 copy color: '#B99124'

red 185 ◦ green 145 ◦ blue 36

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

Shades of Nugget #B99124

Tints of Nugget #B99124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

 BLUE value IS 36 (14.45% from 255) = 9.84%

R = 50.55%
G = 39.62%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B99124 (or 0xB99124) is known color: Nugget. HEX triplet: B9, 91 and 24. RGB value is (185,145,36). Sum of RGB (Red+Green+Blue) = 185+145+36=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B99124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99124 is #466EDB. Grayscale: #919191. Windows color (decimal): -4615900 or 2396601. OLE color: 2396601.

HSL color Cylindrical-coordinate representation of color #B99124: hue angle of 43.89º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B99124 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 145 36 -
CMYK 0 0.22 0.81 0.27
HSL 43.89º 0.67% 0.43% -
HSV(B) 43.89º 0.81% 0.73% -
XYZ 30.45 30.69 5.99 -
YUV 144.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 185 145 36 0 0.22 0.81 0.27 43.89 0.67 0.43
Hex B9 91 24 0 16 51 1B 2C 43 2B
Octal 271 221 44 0 26 121 33 54 103 53
Binary 10111001 10010001 100100 0 10110 1010001 11011 101100 1000011 101011

Color Harmonies of #B99124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99124

Black with #B99124

Text Example


Text Example

White with #B99124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99124; }

 p { color: rgb(185,145,36); }

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

background-color css

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

 a { background-color: rgb(185,145,36); }

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

border-color css

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

 span { border-color: rgb(185,145,36); }

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