Html Css Color HEX #BB9931 Nugget

📋 copy color: '#BB9931'

red 187 ◦ green 153 ◦ blue 49

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

Shades of Nugget #BB9931

Tints of Nugget #BB9931

RGB

 RED value IS 187 (73.44% from 255) = 48.07%

 GREEN value IS 153 (60.16% from 255) = 39.33%

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

R = 48.07%
G = 39.33%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB9931 (or 0xBB9931) is known color: Nugget. HEX triplet: BB, 99 and 31. RGB value is (187,153,49). Sum of RGB (Red+Green+Blue) = 187+153+49=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9931 is #4466CE. Grayscale: #979797. Windows color (decimal): -4482767 or 3250619. OLE color: 3250619.

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

Color convert

RGB 187 153 49 -
CMYK 0 0.18 0.74 0.27
HSL 45.22º 0.58% 0.46% -
HSV(B) 45.22º 0.74% 0.73% -
XYZ 32.44 33.57 7.68 -
YUV 151.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 187 153 49 0 0.18 0.74 0.27 45.22 0.58 0.46
Hex BB 99 31 0 12 4A 1B 2D 3A 2E
Octal 273 231 61 0 22 112 33 55 72 56
Binary 10111011 10011001 110001 0 10010 1001010 11011 101101 111010 101110

Color Harmonies of #BB9931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9931

Black with #BB9931

Text Example


Text Example

White with #BB9931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9931; }

 p { color: rgb(187,153,49); }

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

background-color css

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

 a { background-color: rgb(187,153,49); }

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

border-color css

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

 span { border-color: rgb(187,153,49); }

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