#BB942B

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

Shades of Nugget #BB942B

Tints of Nugget #BB942B

Color information

#BB942B (or 0xBB942B) is unknown color: approx Nugget. HEX triplet: BB, 94 and 2B. RGB value is (187,148,43). Sum of RGB (Red+Green+Blue) = 187+148+43=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB942B is #446BD4. Grayscale: #949494. Windows color (decimal): -4484053 or 2856123. OLE color: 2856123.

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

Color convert

RGB18714843-
CMYK00.210.770.27
HSL43.75º62.61%45.1%-
HSV(B)43.75º77.01%73.33%-
XYZ31.5231.926.79-
YUV147.6968.92156.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 43 (17.19% from 255) = 11.38%
R=49.47%
G=39.15%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871484300.210.770.2743.7562.6145.1
HexBB942B0154D1B2c3f2d
Octal2732245302511533547755
Binary1011101110010100101011010101100110111011101100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB942B; }

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

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

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

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

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

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

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

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