Html Css Color HEX #B99428 Nugget

📋 copy color: '#B99428'

red 185 ◦ green 148 ◦ blue 40

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

Shades of Nugget #B99428

Tints of Nugget #B99428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 49.6%
G = 39.68%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B99428 (or 0xB99428) is known color: Nugget. HEX triplet: B9, 94 and 28. RGB value is (185,148,40). Sum of RGB (Red+Green+Blue) = 185+148+40=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B99428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99428 is #466BD7. Grayscale: #939393. Windows color (decimal): -4615128 or 2659513. OLE color: 2659513.

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

Color convert

RGB 185 148 40 -
CMYK 0 0.20 0.78 0.27
HSL 44.69º 0.64% 0.44% -
HSV(B) 44.69º 0.78% 0.73% -
XYZ 30.98 31.65 6.48 -
YUV 146.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 185 148 40 0 0.20 0.78 0.27 44.69 0.64 0.44
Hex B9 94 28 0 14 4E 1B 2D 40 2C
Octal 271 224 50 0 24 116 33 55 100 54
Binary 10111001 10010100 101000 0 10100 1001110 11011 101101 1000000 101100

Color Harmonies of #B99428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99428

Black with #B99428

Text Example


Text Example

White with #B99428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99428; }

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

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

background-color css

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

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

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

border-color css

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

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

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