Html Css Color HEX #B99326 Nugget

📋 copy color: '#B99326'

red 185 ◦ green 147 ◦ blue 38

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

Shades of Nugget #B99326

Tints of Nugget #B99326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.27%

R = 50%
G = 39.73%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B99326 (or 0xB99326) is known color: Nugget. HEX triplet: B9, 93 and 26. RGB value is (185,147,38). Sum of RGB (Red+Green+Blue) = 185+147+38=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B99326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99326 is #466CD9. Grayscale: #929292. Windows color (decimal): -4615386 or 2528185. OLE color: 2528185.

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

Color convert

RGB 185 147 38 -
CMYK 0 0.21 0.79 0.27
HSL 44.49º 0.66% 0.44% -
HSV(B) 44.49º 0.79% 0.73% -
XYZ 30.79 31.32 6.26 -
YUV 145.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 185 147 38 0 0.21 0.79 0.27 44.49 0.66 0.44
Hex B9 93 26 0 15 4F 1B 2C 42 2C
Octal 271 223 46 0 25 117 33 54 102 54
Binary 10111001 10010011 100110 0 10101 1001111 11011 101100 1000010 101100

Color Harmonies of #B99326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99326

Black with #B99326

Text Example


Text Example

White with #B99326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99326; }

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

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

background-color css

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

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

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

border-color css

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

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

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