Html Css Color HEX #BB9631 Nugget

📋 copy color: '#BB9631'

red 187 ◦ green 150 ◦ blue 49

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

Shades of Nugget #BB9631

Tints of Nugget #BB9631

RGB

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

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

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

R = 48.45%
G = 38.86%
B = 12.69%

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

#BB9631 (or 0xBB9631) is known color: Nugget. HEX triplet: BB, 96 and 31. RGB value is (187,150,49). Sum of RGB (Red+Green+Blue) = 187+150+49=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9631 is #4469CE. Grayscale: #959595. Windows color (decimal): -4483535 or 3249851. OLE color: 3249851.

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

Color convert

RGB 187 150 49 -
CMYK 0 0.20 0.74 0.27
HSL 43.91º 0.58% 0.46% -
HSV(B) 43.91º 0.74% 0.73% -
XYZ 31.95 32.6 7.51 -
YUV 149.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 187 150 49 0 0.20 0.74 0.27 43.91 0.58 0.46
Hex BB 96 31 0 14 4A 1B 2C 3A 2E
Octal 273 226 61 0 24 112 33 54 72 56
Binary 10111011 10010110 110001 0 10100 1001010 11011 101100 111010 101110

Color Harmonies of #BB9631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9631

Black with #BB9631

Text Example


Text Example

White with #BB9631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9631; }

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

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

background-color css

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

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

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

border-color css

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

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

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