Html Css Color HEX #B89631 Nugget

📋 copy color: '#B89631'

red 184 ◦ green 150 ◦ blue 49

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

Shades of Nugget #B89631

Tints of Nugget #B89631

RGB

 RED value IS 184 (72.27% from 255) = 48.04%

 GREEN value IS 150 (58.98% from 255) = 39.16%

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

R = 48.04%
G = 39.16%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B89631 (or 0xB89631) is known color: Nugget. HEX triplet: B8, 96 and 31. RGB value is (184,150,49). Sum of RGB (Red+Green+Blue) = 184+150+49=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B89631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89631 is #4769CE. Grayscale: #959595. Windows color (decimal): -4680143 or 3249848. OLE color: 3249848.

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

Color convert

RGB 184 150 49 -
CMYK 0 0.18 0.73 0.28
HSL 44.89º 0.58% 0.46% -
HSV(B) 44.89º 0.73% 0.72% -
XYZ 31.23 32.22 7.48 -
YUV 148.65 71.76 153.21 -
System Red Green Blue C M Y K H S L
Decimal 184 150 49 0 0.18 0.73 0.28 44.89 0.58 0.46
Hex B8 96 31 0 12 49 1C 2D 3A 2E
Octal 270 226 61 0 22 111 34 55 72 56
Binary 10111000 10010110 110001 0 10010 1001001 11100 101101 111010 101110

Color Harmonies of #B89631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89631

Black with #B89631

Text Example


Text Example

White with #B89631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89631; }

 p { color: rgb(184,150,49); }

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

background-color css

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

 a { background-color: rgb(184,150,49); }

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

border-color css

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

 span { border-color: rgb(184,150,49); }

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