Html Css Color HEX #B99327 Nugget

📋 copy color: '#B99327'

red 185 ◦ green 147 ◦ blue 39

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

Shades of Nugget #B99327

Tints of Nugget #B99327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.51%

R = 49.87%
G = 39.62%
B = 10.51%

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

#B99327 (or 0xB99327) is known color: Nugget. HEX triplet: B9, 93 and 27. RGB value is (185,147,39). Sum of RGB (Red+Green+Blue) = 185+147+39=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B99327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99327 is #466CD8. Grayscale: #929292. Windows color (decimal): -4615385 or 2593721. OLE color: 2593721.

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

Color convert

RGB 185 147 39 -
CMYK 0 0.21 0.79 0.27
HSL 44.38º 0.65% 0.44% -
HSV(B) 44.38º 0.79% 0.73% -
XYZ 30.81 31.33 6.34 -
YUV 146.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 185 147 39 0 0.21 0.79 0.27 44.38 0.65 0.44
Hex B9 93 27 0 15 4F 1B 2C 41 2C
Octal 271 223 47 0 25 117 33 54 101 54
Binary 10111001 10010011 100111 0 10101 1001111 11011 101100 1000001 101100

Color Harmonies of #B99327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99327

Black with #B99327

Text Example


Text Example

White with #B99327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99327; }

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

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

background-color css

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

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

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

border-color css

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

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

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