Html Css Color HEX #BB9531 Nugget

📋 copy color: '#BB9531'

red 187 ◦ green 149 ◦ blue 49

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

Shades of Nugget #BB9531

Tints of Nugget #BB9531

RGB

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

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

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

R = 48.57%
G = 38.7%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB9531 (or 0xBB9531) is known color: Nugget. HEX triplet: BB, 95 and 31. RGB value is (187,149,49). Sum of RGB (Red+Green+Blue) = 187+149+49=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9531 is #446ACE. Grayscale: #959595. Windows color (decimal): -4483791 or 3249595. OLE color: 3249595.

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

Color convert

RGB 187 149 49 -
CMYK 0 0.20 0.74 0.27
HSL 43.48º 0.58% 0.46% -
HSV(B) 43.48º 0.74% 0.73% -
XYZ 31.8 32.28 7.46 -
YUV 148.96 71.59 155.13 -
System Red Green Blue C M Y K H S L
Decimal 187 149 49 0 0.20 0.74 0.27 43.48 0.58 0.46
Hex BB 95 31 0 14 4A 1B 2B 3A 2E
Octal 273 225 61 0 24 112 33 53 72 56
Binary 10111011 10010101 110001 0 10100 1001010 11011 101011 111010 101110

Color Harmonies of #BB9531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9531

Black with #BB9531

Text Example


Text Example

White with #BB9531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9531; }

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

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

background-color css

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

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

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

border-color css

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

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

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