#BB942A

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

Shades of Nugget #BB942A

Tints of Nugget #BB942A

Color information

#BB942A (or 0xBB942A) is unknown color: approx Nugget. HEX triplet: BB, 94 and 2A. RGB value is (187,148,42). Sum of RGB (Red+Green+Blue) = 187+148+42=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB942A is #446BD5. Grayscale: #949494. Windows color (decimal): -4484054 or 2790587. OLE color: 2790587.

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

Color convert

RGB18714842-
CMYK00.210.780.27
HSL43.86º63.32%44.9%-
HSV(B)43.86º77.54%73.33%-
XYZ31.531.916.69-
YUV147.5868.42156.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 42 (16.80% from 255) = 11.14%
R=49.60%
G=39.26%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871484200.210.780.2743.8663.3244.9
HexBB942A0154E1B2c3f2d
Octal2732245202511633547755
Binary1011101110010100101010010101100111011011101100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB942A; }

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

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

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

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

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

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

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

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