Html Css Color HEX #BB9A31 Nugget

📋 copy color: '#BB9A31'

red 187 ◦ green 154 ◦ blue 49

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

Shades of Nugget #BB9A31

Tints of Nugget #BB9A31

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.49%

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

R = 47.95%
G = 39.49%
B = 12.56%

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

#BB9A31 (or 0xBB9A31) is known color: Nugget. HEX triplet: BB, 9A and 31. RGB value is (187,154,49). Sum of RGB (Red+Green+Blue) = 187+154+49=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A31 is #4465CE. Grayscale: #989898. Windows color (decimal): -4482511 or 3250875. OLE color: 3250875.

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

Color convert

RGB 187 154 49 -
CMYK 0 0.18 0.74 0.27
HSL 45.65º 0.58% 0.46% -
HSV(B) 45.65º 0.74% 0.73% -
XYZ 32.6 33.9 7.73 -
YUV 151.9 69.93 153.04 -
System Red Green Blue C M Y K H S L
Decimal 187 154 49 0 0.18 0.74 0.27 45.65 0.58 0.46
Hex BB 9A 31 0 12 4A 1B 2E 3A 2E
Octal 273 232 61 0 22 112 33 56 72 56
Binary 10111011 10011010 110001 0 10010 1001010 11011 101110 111010 101110

Color Harmonies of #BB9A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9A31

Black with #BB9A31

Text Example


Text Example

White with #BB9A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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