#BB962B

Color #BB962B Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #BB962B

Tints of Nugget #BB962B

Color information

#BB962B (or 0xBB962B) is unknown color: approx Nugget. HEX triplet: BB, 96 and 2B. RGB value is (187,150,43). Sum of RGB (Red+Green+Blue) = 187+150+43=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB962B is #4469D4. Grayscale: #959595. Windows color (decimal): -4483541 or 2856635. OLE color: 2856635.

HSL color Cylindrical-coordinate representation of color #BB962B: hue angle of 44.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB962B is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18715043-
CMYK00.200.770.27
HSL44.58º62.61%45.1%-
HSV(B)44.58º77.01%73.33%-
XYZ31.8432.556.89-
YUV148.8668.26155.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 150 (58.98% from 255) = 39.47%
BLUE value IS 43 (17.19% from 255) = 11.32%
R=49.21%
G=39.47%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871504300.200.770.2744.5862.6145.1
HexBB962B0144D1B2d3f2d
Octal2732265302411533557755
Binary1011101110010110101011010100100110111011101101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB962B; }

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

 H1.HeaderClassName
 {
   color: #BB962B;
 }
 .AnyTagClassName
 {
   color: #BB962B;
 }
</style>
background-color css

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

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

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

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

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

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