Html Css Color HEX #B99128 Nugget

📋 copy color: '#B99128'

red 185 ◦ green 145 ◦ blue 40

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

Shades of Nugget #B99128

Tints of Nugget #B99128

RGB

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

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

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

R = 50%
G = 39.19%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B99128 (or 0xB99128) is known color: Nugget. HEX triplet: B9, 91 and 28. RGB value is (185,145,40). Sum of RGB (Red+Green+Blue) = 185+145+40=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B99128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99128 is #466ED7. Grayscale: #919191. Windows color (decimal): -4615896 or 2658745. OLE color: 2658745.

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

Color convert

RGB 185 145 40 -
CMYK 0 0.22 0.78 0.27
HSL 43.45º 0.64% 0.44% -
HSV(B) 43.45º 0.78% 0.73% -
XYZ 30.52 30.72 6.33 -
YUV 144.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 185 145 40 0 0.22 0.78 0.27 43.45 0.64 0.44
Hex B9 91 28 0 16 4E 1B 2B 40 2C
Octal 271 221 50 0 26 116 33 53 100 54
Binary 10111001 10010001 101000 0 10110 1001110 11011 101011 1000000 101100

Color Harmonies of #B99128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99128

Black with #B99128

Text Example


Text Example

White with #B99128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99128; }

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

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

background-color css

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

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

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

border-color css

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

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

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