Html Css Color HEX #B99531 Nugget

📋 copy color: '#B99531'

red 185 ◦ green 149 ◦ blue 49

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

Shades of Nugget #B99531

Tints of Nugget #B99531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 49 (19.53% from 255) = 12.79%

R = 48.3%
G = 38.9%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B99531 (or 0xB99531) is known color: Nugget. HEX triplet: B9, 95 and 31. RGB value is (185,149,49). Sum of RGB (Red+Green+Blue) = 185+149+49=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B99531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99531 is #466ACE. Grayscale: #949494. Windows color (decimal): -4614863 or 3249593. OLE color: 3249593.

HSL color Cylindrical-coordinate representation of color #B99531: hue angle of 44.12º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B99531 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 149 49 -
CMYK 0 0.19 0.74 0.27
HSL 44.12º 0.58% 0.46% -
HSV(B) 44.12º 0.74% 0.73% -
XYZ 31.31 32.03 7.44 -
YUV 148.36 71.93 154.13 -
System Red Green Blue C M Y K H S L
Decimal 185 149 49 0 0.19 0.74 0.27 44.12 0.58 0.46
Hex B9 95 31 0 13 4A 1B 2C 3A 2E
Octal 271 225 61 0 23 112 33 54 72 56
Binary 10111001 10010101 110001 0 10011 1001010 11011 101100 111010 101110

Color Harmonies of #B99531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99531

Black with #B99531

Text Example


Text Example

White with #B99531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99531; }

 p { color: rgb(185,149,49); }

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

background-color css

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

 a { background-color: rgb(185,149,49); }

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

border-color css

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

 span { border-color: rgb(185,149,49); }

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