Html Css Color HEX #B99328 Nugget

📋 copy color: '#B99328'

red 185 ◦ green 147 ◦ blue 40

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

Shades of Nugget #B99328

Tints of Nugget #B99328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.52%

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

R = 49.73%
G = 39.52%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B99328 (or 0xB99328) is known color: Nugget. HEX triplet: B9, 93 and 28. RGB value is (185,147,40). Sum of RGB (Red+Green+Blue) = 185+147+40=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B99328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99328 is #466CD7. Grayscale: #929292. Windows color (decimal): -4615384 or 2659257. OLE color: 2659257.

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

Color convert

RGB 185 147 40 -
CMYK 0 0.21 0.78 0.27
HSL 44.28º 0.64% 0.44% -
HSV(B) 44.28º 0.78% 0.73% -
XYZ 30.82 31.33 6.43 -
YUV 146.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 185 147 40 0 0.21 0.78 0.27 44.28 0.64 0.44
Hex B9 93 28 0 15 4E 1B 2C 40 2C
Octal 271 223 50 0 25 116 33 54 100 54
Binary 10111001 10010011 101000 0 10101 1001110 11011 101100 1000000 101100

Color Harmonies of #B99328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99328

Black with #B99328

Text Example


Text Example

White with #B99328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99328; }

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

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

background-color css

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

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

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

border-color css

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

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

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